Skip to content

Commit 9699701

Browse files
committed
CI: harmonic workflow, rename launch files
1 parent 8fc6fdf commit 9699701

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ros2_gz_harmonic_launch_tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ jobs:
7070
sudo apt-get install ros-humble-as2-gazebo-assets ros-humble-as2-platform-gazebo ros-humble-ros-gz-image
7171
sudo apt-get install -y ros-humble-as2-gazebo-assets ros-humble-as2-state-estimator
7272
sudo apt-get install -y ros-humble-as2-motion-controller ros-humble-as2-behaviors-motion
73-
sudo apt-get install -y --fix-broken gazebo libgazebo-dev
73+
sudo apt-get install -y --fix-broken gazebo libgazebo-
74+
75+
- name: Rename Launch Files
76+
run: |
77+
sudo mv /opt/ros/humble/share/as2_state_estimator/launch/ground_truth_state_estimator.launch.py /opt/ros/humble/share/as2_state_estimator/launch/ground_truth-state_estimator.launch.py
78+
sudo mv /opt/ros/humble/share/as2_motion_controller/launch/pid_speed_controller.launch.py /opt/ros/humble/share/as2_motion_controller/launch/pid_speed_controller-motion_controller.launch.py
7479
7580
- name: Setup Python dependencies
7681
run: |

0 commit comments

Comments
 (0)