mirror of
https://github.com/6-robot/wpr_simulation.git
synced 2025-09-15 12:59:01 +08:00
10 lines
575 B
XML
10 lines
575 B
XML
<launch>
|
|
<!-- Robot Description -->
|
|
<arg name="model" default="$(find wpr_simulation)/models/wpb_home.model"/>
|
|
<param name="robot_description" command="$(find xacro)/xacro $(arg model)" />
|
|
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
|
|
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
|
|
|
|
<!-- tf : map -> base_footprint -->
|
|
<node pkg="tf" type="static_transform_publisher" name="map_footprint_broadcaster" args="2 1 0 0 0 0.707 0.707 map base_footprint 30" />
|
|
</launch> |