We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f40710 commit b30d697Copy full SHA for b30d697
.github/workflows/ci.yml
@@ -46,13 +46,13 @@ jobs:
46
run: |
47
source /opt/ros/humble/setup.bash
48
colcon build \
49
- --packages-select dwa_planner \
+ --packages-select pure_pursuit_planner \
50
--cmake-args -DCMAKE_CXX_FLAGS="--coverage"
51
52
- name: Run tests
53
54
55
colcon test \
56
57
--event-handlers console_direct+ \
58
- --ctest-args -R test_dwa_all_functions
+ --ctest-args -R test_pp_all_functions
0 commit comments