Skip to content

Commit 22d7601

Browse files
committed
feat: Unify workspaces
1 parent 4a52805 commit 22d7601

File tree

32 files changed

+51
-11
lines changed

32 files changed

+51
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The docker image of the template workspace is share by most of the workspace, al
100100
| [Unitree H1](https://j3soon.github.io/ros2-essentials/h1-ws/) | ✔️ | ❌️ | Simulation only | [Johnson Sun](https://github.com/j3soon) |
101101
| [Hello Robot Stretch 3](https://j3soon.github.io/ros2-essentials/stretch3-ws/) | ✔️ | ❌️ | Simulation only | [@JustinShih0918](https://github.com/JustinShih0918), [Johnson Sun](https://github.com/j3soon) |
102102
| [Universal Robots UR5](https://j3soon.github.io/ros2-essentials/ur5-ws/) | ✔️ | ❌️ | Real-world support (CB3 only) | [Yu-Zhong Chen](https://github.com/YuZhong-Chen) |
103-
| [SO-ARM 101](https://j3soon.github.io/ros2-essentials/so101-ws/) | ✔️ | ❌️ | Real-world support | [Johnson Sun](https://github.com/j3soon) |
103+
| [LeRobot SO-101](https://j3soon.github.io/ros2-essentials/so101-ws/) | ✔️ | | Real-world support | [Johnson Sun](https://github.com/j3soon) |
104104
105105
If you have trouble using a workspace, please [open an issue](https://github.com/j3soon/ros2-essentials/issues) and tag the current maintainers mentioned above.
106106

aloha_ws/docker/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -d "$HOME/.local/bin" ] ; then
88
PATH="$HOME/.local/bin:$PATH"
99
fi
1010

11+
# TODO: Environment independent commmands here (e.g., set up symbolic link upon first launch)
1112
# Source global ROS2 environment
1213
source /opt/ros/$ROS_DISTRO/setup.bash
1314
# Source colcon-argcomplete

aloha_ws/docker/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.nvidia-omniverse{,/logs,/config} &&
2121
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.local{,/share,/share/ov,/share/ov/data,/share/ov/pkg}
2222
"
23+
# TODO: Append other cache directories creation in the command above.
2324
volumes:
2425
- isaac-sim-cache:/isaac-sim
2526
aloha-ws:

delto_gripper_ws/docker/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -d "$HOME/.local/bin" ] ; then
88
PATH="$HOME/.local/bin:$PATH"
99
fi
1010

11+
# TODO: Environment independent commmands here (e.g., set up symbolic link upon first launch)
1112
# Source global ROS2 environment
1213
source /opt/ros/$ROS_DISTRO/setup.bash
1314
# Source colcon-argcomplete

delto_gripper_ws/docker/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.nvidia-omniverse{,/logs,/config} &&
2121
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.local{,/share,/share/ov,/share/ov/data,/share/ov/pkg}
2222
"
23+
# TODO: Append other cache directories creation in the command above.
2324
volumes:
2425
- isaac-sim-cache:/isaac-sim
2526
delto-gripper-ws:

gazebo_world_ws/docker/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -d "$HOME/.local/bin" ] ; then
88
PATH="$HOME/.local/bin:$PATH"
99
fi
1010

11+
# TODO: Environment independent commmands here (e.g., set up symbolic link upon first launch)
1112
# Source global ROS2 environment
1213
source /opt/ros/$ROS_DISTRO/setup.bash
1314
# Source colcon-argcomplete

gazebo_world_ws/docker/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.nvidia-omniverse{,/logs,/config} &&
2121
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.local{,/share,/share/ov,/share/ov/data,/share/ov/pkg}
2222
"
23+
# TODO: Append other cache directories creation in the command above.
2324
volumes:
2425
- isaac-sim-cache:/isaac-sim
2526
gazebo-world-ws:

go2_ws/docker/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -d "$HOME/.local/bin" ] ; then
88
PATH="$HOME/.local/bin:$PATH"
99
fi
1010

11+
# TODO: Environment independent commmands here (e.g., set up symbolic link upon first launch)
1112
# Source global ROS2 environment
1213
source /opt/ros/$ROS_DISTRO/setup.bash
1314
# Source colcon-argcomplete

go2_ws/docker/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.nvidia-omniverse{,/logs,/config} &&
2121
chown ${USER_UID:-1000}:${USER_UID:-1000} /isaac-sim/.local{,/share,/share/ov,/share/ov/data,/share/ov/pkg}
2222
"
23+
# TODO: Append other cache directories creation in the command above.
2324
volumes:
2425
- isaac-sim-cache:/isaac-sim
2526
go2-ws:

h1_ws/docker/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -d "$HOME/.local/bin" ] ; then
88
PATH="$HOME/.local/bin:$PATH"
99
fi
1010

11+
# TODO: Environment independent commmands here (e.g., set up symbolic link upon first launch)
1112
# Source global ROS2 environment
1213
source /opt/ros/$ROS_DISTRO/setup.bash
1314
# Source colcon-argcomplete

0 commit comments

Comments
 (0)