There was an error while loading. Please reload this page.
1 parent fa785f6 commit c17bbe8Copy full SHA for c17bbe8
1 file changed
.github/workflows/buildTest.yml
@@ -28,5 +28,7 @@ jobs:
28
git clone -b ros2 https://github.com/ut-amrl/amrl_maps.git
29
- name: Run build
30
run: |
31
- cd $HOME/roboracer_ros_ws
+ cd $HOME/roboracer_sim_ws
32
+ source /opt/ros/humble/setup.bash
33
+ source $HOME/roboracer_sim_ws/install/setup.bash
34
colcon build --cmake-args -DCMAKE_BUILD_MODE="Software"
0 commit comments