Skip to content

Commit

Permalink
docs: Add unstable notice and acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 22, 2024
1 parent e42d7e2 commit b5cc9ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A repo containing essential ROS2 Humble features for controlling Autonomous Mobile Robots (AMRs). Please setup an Ubuntu environment before using this repo.

> Please note that this repo is under rapid development. The code is not guaranteed to be stable, and breaking changes may occur.
## Pre-built Docker Images

The following Docker images can be pulled by `docker pull <IMAGE_NAME>` or by `docker compose pull` in the corresponding directory.
Expand All @@ -23,10 +25,17 @@ Pulling the pre-built Docker images can bypass the time-consuming building proce
| [j3soon/ros2-vlp-ws](https://hub.docker.com/r/j3soon/ros2-vlp-ws/tags) | [`./vlp_ws`](./vlp_ws) | ✔️ | ✔️ | Support real vlp |
| [j3soon/ros2-gazebo-world-ws](https://hub.docker.com/r/j3soon/ros2-gazebo-world-ws/tags) | [`./gazebo_world_ws`](./vlp_ws) | ✔️ | ❌️ | |

## Contributors
## Acknowledgement

The code is mainly contributed by [Johnson](https://github.com/j3soon), [Yu-Zhong Chen](https://github.com/YuZhong-Chen), [Assume Zhan](https://github.com/Assume-Zhan), and [others](https://github.com/j3soon/ros2-essentials/graphs/contributors).

We extend our gratitude to [ElsaLab][elsalab] and [NVIDIA AI Technology Center (NVAITC)][nvaitc] for their support in making this project possible.

[elsalab]: https://github.com/elsa-lab
[nvaitc]: https://github.com/NVAITC

Disclaimer: this is not an official NVIDIA product.

## License

All modifications are licensed under [Apache License 2.0](./LICENSE).
Expand Down

0 comments on commit b5cc9ad

Please sign in to comment.