mirror of
https://github.com/6-robot/wpr_simulation.git
synced 2025-09-15 12:59:01 +08:00
robot_state_publisher
This commit is contained in:
parent
37d2088f72
commit
ae1c1ff689
@ -66,7 +66,7 @@
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(arg model)" />
|
||||
<param name="use_gui" value="$(arg gui)"/>
|
||||
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/>
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>
|
||||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" >
|
||||
<rosparam command="load" file="$(find wpb_home_bringup)/config/wpb_home.yaml" />
|
||||
</node>
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(arg model)" />
|
||||
<param name="use_gui" value="$(arg gui)"/>
|
||||
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/>
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>
|
||||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" >
|
||||
<rosparam command="load" file="$(find wpb_home_bringup)/config/wpb_home.yaml" />
|
||||
</node>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<arg name="rvizconfig" default="$(find wpr_simulation)/rviz/sensor.rviz" />
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(arg model)" />
|
||||
<param name="use_gui" value="$(arg gui)"/>
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher"/>
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>
|
||||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" >
|
||||
<rosparam command="load" file="$(find wpb_home_bringup)/config/wpb_home.yaml" />
|
||||
</node>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" >
|
||||
<rosparam command="load" file="$(find wpb_home_bringup)/config/wpb_home.yaml" />
|
||||
</node>
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
|
||||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true" />
|
||||
|
||||
</launch>
|
||||
Loading…
Reference in New Issue
Block a user