Skip to content
Snippets Groups Projects
Select Git revision
  • e506c07680dc189a099eae1a21498009e4f9c816
  • main default protected
2 results

default_warehouse_db.launch

Blame
  • user avatar
    KingMaZito authored
    e506c076
    History
    default_warehouse_db.launch 679 B
    <launch>
    
      <arg name="reset" default="false"/>
      <!-- If not specified, we'll use a default database location -->
      <arg name="moveit_warehouse_database_path" default="$(find ceti_double)/default_warehouse_mongo_db" />
    
      <!-- Launch the warehouse with the configured database location -->
      <include file="$(dirname)/warehouse.launch">
        <arg name="moveit_warehouse_database_path" value="$(arg moveit_warehouse_database_path)" />
      </include>
    
      <!-- If we want to reset the database, run this node -->
      <node if="$(arg reset)" name="$(anon moveit_default_db_reset)" type="moveit_init_demo_warehouse" pkg="moveit_ros_warehouse" respawn="false" output="screen" />
    
    </launch>