mirror of https://github.com/fan-ziqi/rl_sar.git
21 lines
494 B
XML
Executable File
21 lines
494 B
XML
Executable File
<launch>
|
|
<arg
|
|
name="model" />
|
|
<param
|
|
name="robot_description"
|
|
textfile="$(find b2w_description)/urdf/b2w_description.urdf" />
|
|
<node
|
|
name="joint_state_publisher_gui"
|
|
pkg="joint_state_publisher_gui"
|
|
type="joint_state_publisher_gui" />
|
|
<node
|
|
name="robot_state_publisher"
|
|
pkg="robot_state_publisher"
|
|
type="robot_state_publisher" />
|
|
<node
|
|
name="rviz"
|
|
pkg="rviz"
|
|
type="rviz"
|
|
args="-d $(find b2w_description)/config/b2w.rviz" />
|
|
</launch>
|