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

CMakeLists.txt

Blame
  • Forked from CeTI / ROS / ROS Packages / panda_teaching
    Source project has a limited visibility.
    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>