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
Below is a list of ROSCon talks that have been given by the Nav2 team and the community which describe important features, tuning and configuration advice, and how to work with them in your applications.
7
+
8
+
Nav2 Developer Talks
9
+
--------------------
10
+
11
+
- `ROSCon 2024: On Use of Nav2 Docking <https://vimeo.com/1024971348>`_
12
+
- `ROSCon FR 2023: Nav2 Whys over What's: Navigating the Philosophies Behind the Features <https://www.youtube.com/watch?v=2W3zWO-msEo>`_
13
+
- `ROSCon 2023: On Use of Nav2 MPPI Controller <https://vimeo.com/879001391>`_
14
+
- `ROSCon 2023: Bidirectional navigation with Nav2 <https://vimeo.com/879000809>`_
15
+
- `ROSCon 2022: On Use of Nav2 Smac Planners <https://vimeo.com/showcase/9954564/video/767157646>`_
16
+
- `ROSCon JP 2021: The Past, Present, and Future of Navigation <https://vimeo.com/638041661/a5306a02ab>`_
17
+
- `ROSCon 2021: Chronicles of Caching and Containerising CI for Nav2 <https://vimeo.com/649647161>`_
18
+
- `ROSCon 2020: Navigation2: The Next Generation Navigation System <https://vimeo.com/showcase/7812155/video/480604621>`_
19
+
- `ROSCon 2019: On Use of SLAM Toolbox <https://vimeo.com/378682207>`_
Copy file name to clipboardexpand all lines: configuration/packages/bt-plugins/decorators/GoalUpdater.rst
+35-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
GoalUpdater
4
4
===========
5
5
6
-
A custom control node, which updates the goal pose. It subscribes to a topic in which it can receive an updated goal pose to use instead of the one commanded in action. It is useful for dynamic object following tasks.
6
+
A custom control node, which updates the goal(s) pose(s). It subscribes to a topic in which it can receive (an) updated goal(s) pose(s) to use instead of the one(s) commanded in action. It is useful for dynamic object following tasks.
7
7
8
8
Parameters
9
9
----------
@@ -19,6 +19,17 @@ Parameters
19
19
Description
20
20
The topic to receive the updated goal pose
21
21
22
+
:goals_updater_topic:
23
+
24
+
====== ===============
25
+
Type Default
26
+
------ ---------------
27
+
string "goals_update"
28
+
====== ===============
29
+
30
+
Description
31
+
The topic to receive the updated goals poses
32
+
22
33
Input Ports
23
34
-----------
24
35
@@ -33,6 +44,17 @@ Input Ports
33
44
Description
34
45
The original goal pose
35
46
47
+
:input_goals:
48
+
49
+
============================== =======
50
+
Type Default
51
+
------------------------------ -------
52
+
geometry_msgs/PoseStampedArray N/A
53
+
============================== =======
54
+
55
+
Description
56
+
The original goals poses
57
+
36
58
:output_goal:
37
59
38
60
========================= =======
@@ -44,11 +66,22 @@ Input Ports
44
66
Description
45
67
The resulting updated goal. If no goal received by subscription, it will be the input_goal
46
68
69
+
:output_goals:
70
+
71
+
============================== =======
72
+
Type Default
73
+
------------------------------ -------
74
+
geometry_msgs/PoseStampedArray N/A
75
+
============================== =======
76
+
77
+
Description
78
+
The resulting updated goals. If no goals received by subscription, it will be the input_goals
0 commit comments