sensor_manager.launch.xml 735 B

1234567891011121314151617
  1. <launch>
  2. <!-- This file makes it easy to include the settings for sensor managers -->
  3. <!-- Params for 3D sensors config -->
  4. <rosparam command="load" file="$(find robot_config)/config/sensors_3d.yaml" />
  5. <!-- Params for the octomap monitor -->
  6. <!-- <param name="octomap_frame" type="string" value="some frame in which the robot moves" /> -->
  7. <param name="octomap_resolution" type="double" value="0.002" />
  8. <param name="max_range" type="double" value="5.0" />
  9. <!-- Load the robot specific sensor manager; this sets the moveit_sensor_manager ROS parameter -->
  10. <arg name="moveit_sensor_manager" default="a9" />
  11. <include file="$(dirname)/$(arg moveit_sensor_manager)_moveit_sensor_manager.launch.xml" />
  12. </launch>