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

cell_routine.launch

Blame
  • cell_routine.launch 1.20 KiB
    <launch>    
        <arg name="result" default="dummy/-562289182.yaml" />
        <!--<include file="$(find panda_moveit_config)/launch/demo.launch"></include> -->
    
        <!-- this is to change-->
        <rosparam command="load" file="$(find mtc)/results/$(arg result)"/>
    
    
        <rosparam command="load" file="$(find mtc)/mtc_templates/dummy.yaml" />
        <rosparam command="load" file="$(find mtc)/maps/dummy.yaml"/>
        <rosparam command="load" file="$(find mtc)/descriptions/dummy2.yaml"/>
        <rosparam ns="planning_pipelines" param="pipeline_names">["ompl"]</rosparam>
    
        <include file="$(find ceti_double)/launch/demo.launch"> 
            <arg name="use_rviz" value="false"/>
            <arg name="scene" value="$(arg result)" />
        </include> 
        
        <include ns="cell_routine" file="$(find ceti_double)/launch/fake_moveit_controller_manager.launch.xml" />
        <param name="move_group/capabilities" value="move_group/ExecuteTaskSolutionCapability" />
    
        <include file="$(find ceti_double)/launch/moveit_rviz.launch">
            <arg name="rviz_config" value="$(find mtc)/launch/rviz/cell_routine.rviz" />
        </include>
    
        <node pkg="mtc" type="cell_routine" name="cell_routine" output="screen" required="true">
        </node>
    </launch>