mirror of
https://github.com/luckyrobots/open_phantom.git
synced 2025-04-04 02:52:18 +00:00
20 lines
603 B
XML
20 lines
603 B
XML
<launch>
|
|
<include
|
|
file="$(find gazebo_ros)/launch/empty_world.launch" />
|
|
<node
|
|
name="tf_footprint_base"
|
|
pkg="tf"
|
|
type="static_transform_publisher"
|
|
args="0 0 0 0 0 0 base_link base_footprint 40" />
|
|
<node
|
|
name="spawn_model"
|
|
pkg="gazebo_ros"
|
|
type="spawn_model"
|
|
args="-file $(find SO_5DOF_ARM100_05d.SLDASM)/urdf/SO_5DOF_ARM100_05d.SLDASM.urdf -urdf -model SO_5DOF_ARM100_05d.SLDASM"
|
|
output="screen" />
|
|
<node
|
|
name="fake_joint_calibration"
|
|
pkg="rostopic"
|
|
type="rostopic"
|
|
args="pub /calibrated std_msgs/Bool true" />
|
|
</launch> |