Skip to content

Commit 00b9482

Browse files
authored
Successor PR for ros-navigation#1993, Introduces A plugin interface to define behaviours at waypoint arrivals when using nav2_waypoint_follower (ros-navigation#2015)
* Add WaypointTaskExecutor plugin to main Signed-off-by: jediofgever <[email protected]> * couple result of task execution with stop_on_failure Signed-off-by: jediofgever <[email protected]> * add failed ids to it's vector * experimental change in nav2_waypoint_tester Signed-off-by: jediofgever <[email protected]> * remove unused code
1 parent 139725c commit 00b9482

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nav2_bringup/bringup/params/nav2_params.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,13 @@ recoveries_server:
280280
robot_state_publisher:
281281
ros__parameters:
282282
use_sim_time: True
283+
284+
waypoint_follower:
285+
ros__parameters:
286+
loop_rate: 20
287+
stop_on_failure: false
288+
waypoint_task_executor_plugin: "waypoint_task_executor"
289+
waypoint_task_executor:
290+
plugin: "nav2_waypoint_follower::WaitAtWaypoint"
291+
enabled: True
292+
waypoint_pause_duration: 0

0 commit comments

Comments
 (0)