Skip to content

Commit 8050c8c

Browse files
authored
nav2_way_point_follower; introduce photo at waypoint arrivals plugin (ros-navigation#2041)
* nav2_way_point_follower; introduce photo at waypoint arrivals plugin Signed-off-by: jediofgever <[email protected]> * resolve cmake lint errors Signed-off-by: jediofgever <[email protected]> * resolve requested chages of first review Signed-off-by: jediofgever <[email protected]> * minor corrections on photo_at_waypoint header * resolve requested changes of second review Signed-off-by: jediofgever <[email protected]> * update default save_dir Signed-off-by: jediofgever <[email protected]> * move directory checking code to initialize()
1 parent 9a65c38 commit 8050c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nav2_bringup/bringup/params/nav2_params.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ waypoint_follower:
289289
ros__parameters:
290290
loop_rate: 20
291291
stop_on_failure: false
292-
waypoint_task_executor_plugin: "waypoint_task_executor"
293-
waypoint_task_executor:
292+
waypoint_task_executor_plugin: "wait_at_waypoint"
293+
wait_at_waypoint:
294294
plugin: "nav2_waypoint_follower::WaitAtWaypoint"
295295
enabled: True
296-
waypoint_pause_duration: 0
296+
waypoint_pause_duration: 200

0 commit comments

Comments
 (0)