Skip to content

Commit

Permalink
Specify LifecycleNode namespace
Browse files Browse the repository at this point in the history
Fixes regression introduced by ros2/launch_ros#153

Alternative to ros2/launch_ros#157

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Jun 23, 2020
1 parent bda392e commit 9d41526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle/launch/lifecycle_demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
def generate_launch_description():
return LaunchDescription([
LifecycleNode(package='lifecycle', executable='lifecycle_talker',
name='lc_talker', output='screen'),
name='lc_talker', namespace='/', output='screen'),
Node(package='lifecycle', executable='lifecycle_listener', output='screen'),
Node(package='lifecycle', executable='lifecycle_service_client', output='screen')
])

0 comments on commit 9d41526

Please sign in to comment.