We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de6686 commit 534f1ddCopy full SHA for 534f1dd
map2d_ros_tools.py
@@ -24,6 +24,14 @@ def remove_python2_entries_from_sys_path():
24
def default_refmap_update_callback(self_):
25
pass
26
27
+""" so many nodes end up implementing this functionality, it made sense to create
28
+a class for it.
29
+
30
+This class loads and stores the reference map (for global planning, for example),
31
+and keeps track of the robot's pose in the map
32
33
+with refmap_update_callback, the user can specify a task to perform each time the map is updated
34
+"""
35
class ReferenceMapAndLocalizationManager(object):
36
""" If a reference map is provided and a tf exists,
37
keeps track of the tf for given frame in the reference map frame """
0 commit comments