Skip to content
Snippets Groups Projects
Select Git revision
  • 2d96be59be47a912dbfdfc16b7aa8128d105723a
  • master default protected
2 results

timed_cartesian_simulation.launch

Blame
  • timed_cartesian_simulation.launch 351 B
    <launch>
    
        <include file="$(find panda_simulation)/launch/simulation.launch"/>
    
        <include file="$(find panda_moveit_config)/launch/moveit_rviz.launch" />
    
        <node name="rqt_console" pkg="rqt_console" type="rqt_console" />
    
        <node pkg="sample_applications" type="SampleTimedCartesianPlanner" name="SampleTimedCartesianPlanner" />
    
    </launch>