Skip to content
Snippets Groups Projects
Select Git revision
  • 7ef30876c7cadbfac8d0c4b53f5dee84d53bb33e
  • master default protected
  • grasping_sample
3 results

constraint_simulation.launch

Blame
  • constraint_simulation.launch 343 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="SampleConstraintPlanner" name="SampleConstraintPlanner" />
    
    </launch>