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

Update robobin_launch.py

parent 939f76f6
No related branches found
No related tags found
No related merge requests found
...@@ -9,13 +9,16 @@ def generate_launch_description(): ...@@ -9,13 +9,16 @@ def generate_launch_description():
package='robobin', package='robobin',
executable='api_node', executable='api_node',
name='api_node', name='api_node',
output='screen' output='screen',
emulate_tty=True
), ),
Node( Node(
package='robobin', package='robobin',
executable='motor_control_node', executable='motor_control_node',
name='motor_control_node', name='motor_control_node',
output='screen' output='screen',
emulate_tty=True
), ),
# Add additional nodes # Add additional nodes
# Example: # Example:
......
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