Skip to content

Commit 3688f8d

Browse files
yconstclaude
andcommitted
Add python3-ament-package to Docker dependencies
The ament_package Python module is required for colcon build to work. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aa83a90 commit 3688f8d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ docker exec -it tinymovr_ros2 bash
125125
apt 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 \

docker_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "Container started. To enter the container:"
3232
echo " docker exec -it tinymovr_ros2 bash"
3333
echo ""
3434
echo "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"
3636
echo " cd /workspace"
3737
echo " source /opt/ros/humble/setup.bash"
3838
echo " colcon build --packages-select tinymovr_ros"

0 commit comments

Comments
 (0)