mycobot_ros/mypalletizer_260_moveit/launch/warehouse.launch
2929ss 69e8c72266
add mypal260 with urdf, communication, moveit (#56)
* add mypal260 with urdf,communication,moveit
2022-03-10 17:22:13 +08:00

15 lines
527 B
XML

<launch>
<!-- The path to the database must be specified -->
<arg name="moveit_warehouse_database_path" />
<!-- Load warehouse parameters -->
<include file="$(find mypalletizer_260_moveit)/launch/warehouse_settings.launch.xml" />
<!-- Run the DB server -->
<node name="$(anon mongo_wrapper_ros)" cwd="ROS_HOME" type="mongo_wrapper_ros.py" pkg="warehouse_ros_mongo">
<param name="overwrite" value="false"/>
<param name="database_path" value="$(arg moveit_warehouse_database_path)" />
</node>
</launch>