mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
14 lines
630 B
XML
14 lines
630 B
XML
<launch>
|
|
|
|
<!-- Set the robot description -->
|
|
<param name="robot_description" command="$(find xacro)/xacro $(find cps_rmp220_support)/description/robot.urdf.xacro" />
|
|
|
|
<!-- Start the robot state publisher node -->
|
|
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" output="screen"/>
|
|
|
|
<!-- Start the joint state publisher node -->
|
|
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" output="screen"/>
|
|
|
|
<!-- <node name="odom_publisher_fromTwist" pkg="cps_rmp220_support" type="odom_publisher_fromTwist.py" /> -->
|
|
</launch>
|