We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb5fbc commit 03b02bbCopy full SHA for 03b02bb
.github/workflows/generate-bindings.yml
@@ -65,6 +65,7 @@ jobs:
65
66
- name: Generate bindings
67
run: |
68
+ . /opt/ros/${{ matrix.ros_distribution }}/setup.sh
69
cd rclrs/src
70
../generate_bindings.py rcl_wrapper.h ${{ matrix.ros_distribution }} .
71
0 commit comments