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

Commit

Permalink
Also launch robotem rovne node.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent 0e86522 commit 198b5e3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion launch/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,20 @@ def generate_launch_description():
PythonLaunchDescriptionSource(os.path.join(pkg_t07_robot, 'launch', 't07_4wd.py'))
)

robotem_rovne_node = Node(
package='robotem_rovne',
executable='robotem_rovne_node',
name='robotem_rovne',
namespace='t07',
output='screen',
emulate_tty=True,
parameters=[
]
)

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

0 comments on commit 198b5e3

Please sign in to comment.