mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 11:37:05 +00:00
17 lines
753 B
XML
17 lines
753 B
XML
<launch>
|
|
|
|
<!-- This file makes it easy to include the settings for sensor managers -->
|
|
|
|
<!-- Params for 3D sensors config -->
|
|
<rosparam command="load" file="$(find mycobot_pro450_moveit)/config/sensors_3d.yaml" />
|
|
|
|
<!-- Params for the octomap monitor -->
|
|
<!-- <param name="octomap_frame" type="string" value="some frame in which the robot moves" /> -->
|
|
<param name="octomap_resolution" type="double" value="0.025" />
|
|
<param name="max_range" type="double" value="5.0" />
|
|
|
|
<!-- Load the robot specific sensor manager; this sets the moveit_sensor_manager ROS parameter -->
|
|
<arg name="moveit_sensor_manager" default="firefighter" />
|
|
<include file="$(dirname)/$(arg moveit_sensor_manager)_moveit_sensor_manager.launch.xml" />
|
|
|
|
</launch>
|