Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Also launch mandeye_unicorn node.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 19, 2024
1 parent 1c4d791 commit c509b00
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion launch/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,24 @@ def generate_launch_description():
]
)

mandeye_unicorn_node = Node(
package='mandeye_unicorn',
executable='mandeye_unicorn',
name='mandeye_unicorn',
namespace='',
output='screen',
emulate_tty=True,
parameters=[
],
remappings=[
('/cmd_vel', '/t07/cmd_vel'),
]
)

# Launch them all!
return LaunchDescription([
imu,
t07_robot,
robotem_rovne_node
robotem_rovne_node,
mandeye_unicorn_node
])

0 comments on commit c509b00

Please sign in to comment.