Skip to content
Snippets Groups Projects
Select Git revision
  • cfe65baebb84f8aa0ab1423e480206cf714a86d4
  • develop default protected
  • master
  • melodic-devel
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
8 results

demo_chomp.launch

Blame
  • Forked from CeTI / ROS / ROS Packages / Forked MoveIt Packages / panda_moveit_config
    Source project has a limited visibility.
    simple_simulation.launch 333 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="SampleSimpleMotion" name="SampleSimpleMotion" />
    
    </launch>