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

joint_space_planner.launch

Blame
  • joint_space_planner.launch 310 B
    <launch>
    
        <include file="$(find panda_simulation)/launch/simulation.launch"/>
    
        <include file="$(find panda_moveit_config)/launch/moveit_rviz.launch" />
    
        <node pkg="sample_applications" type="BasicJointSpacePlanner" name="BasicJointSpacePlannerInstance" respawn="false" output="screen"/>
    
    </launch>