You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ALOHA](https://j3soon.github.io/ros2-essentials/aloha_ws/)| ✔️ | ✔️ | Simulation only ||
29
+
30
+
## Building Documentation
31
+
32
+
```sh
33
+
virtualenv venv -p python3
34
+
source venv/bin/activate
35
+
cd docs
36
+
pip install -r requirements.txt
37
+
mkdocs serve
38
+
# Go to https://127.0.0.1:8000 to view the site.
39
+
```
28
40
29
41
## Acknowledgement
30
42
@@ -39,7 +51,7 @@ Disclaimer: this is not an official NVIDIA product.
39
51
40
52
## License
41
53
42
-
All modifications are licensed under [Apache License 2.0](./LICENSE).
54
+
All modifications are licensed under [Apache License 2.0](https://github.com/j3soon/ros2-essentials/blob/main/LICENSE).
43
55
44
56
However, this repository includes many dependencies released under different licenses. For information on these licenses, please check the commit history. Make sure to review the license of each dependency before using this repository.
It is worth noting that `aloha_vx300s.urdf.xacro` and `vx300s.urdf.xacro` files are identical. We opt to use `vx300s` since `aloha_vx300s` seems to lack corresponding configs, such as those for MoveIt 2.
To access Nucleus from Isaac Sim, you should [install Nucleus](https://docs.omniverse.nvidia.com/nucleus/latest/workstation/installation.html) with default username/password `admin:admin` on your host machine or connect to an external Nucleus server.
0 commit comments