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 7f382c1 commit 2863975Copy full SHA for 2863975
README.md
@@ -44,6 +44,7 @@ def main(**kwargs): # contains the entire code to launch
44
pkg = Package('fake_localization', True)
45
if pkg and pkg.has_node('fake_localization', True): # only add if it exists
46
n = Node(pkg)
47
+ Helpers.enable_gdb(n) # if you want to debug this node
48
# Set coodinate frame IDs (on the ROS parameter server):
49
n += ServerParameter('global_frame_id', 'map')
50
n += ServerParameter('odom_frame_id', tf_join(ns, 'odom'))
0 commit comments