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 1ae228d commit ecbc486Copy full SHA for ecbc486
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
git clone https://github.com/PX4/px4_msgs.git -b master src/px4_msgs
34
- name: Build package
35
run: |
36
- cd ~/colcon_ws/src/px4_ros_com/scripts
+ cd ~/colcon_ws/src/px4_ros_com/px4_ros_com/scripts
37
./build_ros2_workspace.bash --verbose --no_ros1_bridge --ros_distro ${{ matrix.ros2_distro }} --ros_path /opt/ros/${{ matrix.ros2_distro }}/setup.bash
38
# - name: Build PX4 Firmware
39
# run: |
0 commit comments