Skip to content
Snippets Groups Projects
Commit 219a2ba4 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update robobin_launch.py

parent 3ad8a6a7
No related branches found
No related tags found
No related merge requests found
...@@ -7,13 +7,7 @@ def generate_launch_description(): ...@@ -7,13 +7,7 @@ def generate_launch_description():
return LaunchDescription([ return LaunchDescription([
Node( Node(
package='robobin', package='robobin',
executable='api_node', executable='motor_control_node', # Name of your first node
name='api_node',
output='screen'
),
Node(
package='robobin',
executable='motor_control_node',
name='motor_control_node', name='motor_control_node',
output='screen' output='screen'
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment