warehouse.launch 499 B

123456789101112131415
  1. <launch>
  2. <!-- The path to the database must be specified -->
  3. <arg name="moveit_warehouse_database_path" />
  4. <!-- Load warehouse parameters -->
  5. <include file="$(dirname)/warehouse_settings.launch.xml" />
  6. <!-- Run the DB server -->
  7. <node name="$(anon mongo_wrapper_ros)" cwd="ROS_HOME" type="mongo_wrapper_ros.py" pkg="warehouse_ros_mongo">
  8. <param name="overwrite" value="false"/>
  9. <param name="database_path" value="$(arg moveit_warehouse_database_path)" />
  10. </node>
  11. </launch>