You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets robot to wait for external input, with timeout, at a waypoint.
7
+
8
+
Parameters
9
+
**********
10
+
11
+
``<nav2_waypoint_follower plugin>``: nav2_waypoint_follower plugin name defined in the **waypoint_task_executor_plugin_id** parameter in :ref:`configuring_waypoint_follower`.
12
+
13
+
:``<nav2_waypoint_follower plugin>``.enabled:
14
+
15
+
============== =============================
16
+
Type Default
17
+
-------------- -----------------------------
18
+
bool true
19
+
============== =============================
20
+
21
+
Description
22
+
Whether waypoint_task_executor plugin is enabled.
23
+
24
+
25
+
:``<nav2_waypoint_follower plugin>``.timeout:
26
+
27
+
============== =============================
28
+
Type Default
29
+
-------------- -----------------------------
30
+
double 10.0
31
+
============== =============================
32
+
33
+
Description
34
+
Amount of time in seconds to wait for user input before moving on to the next waypoint.
35
+
36
+
:``<nav2_waypoint_follower plugin>``.input_topic:
37
+
38
+
============== =============================
39
+
Type Default
40
+
-------------- -----------------------------
41
+
string "input_at_waypoint/input"
42
+
============== =============================
43
+
44
+
Description
45
+
Topic input is published to to indicate to move to the next waypoint, in `std_msgs/Empty`.
0 commit comments