2025-01-09 11:21:38 +00:00
|
|
|
<launch>
|
2025-01-09 11:23:45 +00:00
|
|
|
|
2025-01-09 11:21:38 +00:00
|
|
|
<!-- Set the robot description -->
|
2025-01-09 11:23:45 +00:00
|
|
|
<param name="robot_description" command="$(find xacro)/xacro $(find cps_rmp220_support)/description/robot.urdf.xacro" />
|
2025-01-09 11:21:38 +00:00
|
|
|
|
|
|
|
<!-- 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"/>
|
2025-01-13 13:27:51 +00:00
|
|
|
|
2025-01-13 13:45:56 +00:00
|
|
|
<!-- <node pkg="tf" type="static_transform_publisher" name="odom_to_base_link" args="0 0 0 0 0 0 odom base_link 40" /> -->
|
2025-01-09 11:21:38 +00:00
|
|
|
</launch>
|