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

install.py

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>