File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ docker exec -it tinymovr_ros2 bash
125125apt update && apt install -y \
126126 python3-pip \
127127 python3-colcon-common-extensions \
128+ python3-ament-package \
128129 iproute2 \
129130 ros-humble-ros2-control \
130131 ros-humble-ros2-controllers \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ echo "Container started. To enter the container:"
3232echo " docker exec -it tinymovr_ros2 bash"
3333echo " "
3434echo " Once inside, build and run your robot:"
35- echo " apt update && apt install -y python3-pip python3-colcon-common-extensions iproute2 ros-humble-ros2-control ros-humble-ros2-controllers ros-humble-xacro ros-humble-robot-state-publisher ros-humble-teleop-twist-keyboard"
35+ echo " apt update && apt install -y python3-pip python3-colcon-common-extensions python3-ament-package iproute2 ros-humble-ros2-control ros-humble-ros2-controllers ros-humble-xacro ros-humble-robot-state-publisher ros-humble-teleop-twist-keyboard"
3636echo " cd /workspace"
3737echo " source /opt/ros/humble/setup.bash"
3838echo " colcon build --packages-select tinymovr_ros"
You can’t perform that action at this time.
0 commit comments