Skip to content

Commit

Permalink
fix ament cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Aug 8, 2024
1 parent 3f0c6c5 commit a01b09b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nav2_behavior_tree/test/plugins/action/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ plugin_add_test(test_truncate_path_local_action test_truncate_path_local_action.

plugin_add_test(test_remove_passed_goals_action test_remove_passed_goals_action.cpp nav2_remove_passed_goals_action_bt_node)

plugin_add_test(test_remove_in_collision_goals_action test_remove_in_collision_goals_action.cpp nav2_remove_in_collision_goals_action_bt_node)
plugin_add_test(test_remove_in_collision_goals_action
test_remove_in_collision_goals_action.cpp
nav2_remove_in_collision_goals_action_bt_node)

plugin_add_test(test_get_pose_from_path_action test_get_pose_from_path_action.cpp nav2_get_pose_from_path_action_bt_node)

Expand Down

0 comments on commit a01b09b

Please sign in to comment.