Skip to content

Commit 1f3c137

Browse files
facontidavideclaude
andcommitted
fix ROS2 Jazzy CI: install missing ament Python packages
The ros-tooling/action-ros-ci environment is missing python3-ament-package which is required by ament_cmake. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8c36dbb commit 1f3c137

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ros-jazzy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
with:
1717
required-ros-distributions: jazzy
1818

19+
# Install missing Python packages
20+
- name: Install ament Python packages
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y python3-ament-package python3-colcon-common-extensions
24+
1925
# Run ROS CI
2026
- uses: ros-tooling/[email protected]
2127
with:

0 commit comments

Comments
 (0)