rmp220_teleop/launch/teleop.launch.py

25 lines
433 B
Python
Raw Normal View History

2023-04-17 08:50:48 +00:00
<launch>
<!-- Start the segwayrmp SmartCar node -->
<node
pkg="segwayrmp"
type="SmartCar"
name="SmartCar"
output="screen"/>
<!-- Start the joy_teleop node -->
<node
pkg="joy"
type="joy_teleop"
name="joy_teleop"
output="screen"/>
<!-- Start the rmp220_teleop.py node -->
<node
pkg="rmp220_teleop"
type="rmp220_teleop.py"
name="rmp220_teleop"
output="screen"/>
</launch>