Skip to content

Commit 8c8a2dc

Browse files
committed
2 parents b909d92 + 2863975 commit 8c8a2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def main(**kwargs): # contains the entire code to launch
4444
pkg = Package('fake_localization', True)
4545
if pkg and pkg.has_node('fake_localization', True): # only add if it exists
4646
n = Node(pkg)
47+
Helpers.enable_gdb(n) # if you want to debug this node
4748
# Set coodinate frame IDs (on the ROS parameter server):
4849
n += ServerParameter('global_frame_id', 'map')
4950
n += ServerParameter('odom_frame_id', tf_join(ns, 'odom'))

0 commit comments

Comments
 (0)