STEVE_Cammast/Steve/launch/LaunchSteveControl.launch

5 lines
275 B
Plaintext
Raw Normal View History

2021-04-08 13:04:58 +02:00
<launch>
<node pkg="Steve" type="Rotation.py" name="Rotation" respawn="true" output="screen"/>
<node pkg="Steve" type="Elevation.py" name="Elevation" respawn="true" output="screen"/>
<node pkg="Steve" type="Servo.py" name="Servo" respawn="true" output="screen"/>
</launch>