Skip to content
Snippets Groups Projects
Select Git revision
  • 041d3eb36749cb2afdba8ed21555b306ee6dab04
  • develop default protected
  • master
  • simulation
  • 0.6.0
  • 0.5.0
  • 0.4.1
  • 0.4.0
  • 0.3.0
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.2
  • 0.1.1
  • 0.1.0
15 results

move_to_start.launch

Blame
  • Forked from CeTI / ROS / ROS Packages / franka_description
    Source project has a limited visibility.
    move_to_start.launch 505 B
    <?xml version="1.0" ?>
    <launch>
      <arg name="robot_ip" />
    
      <include file="$(find franka_control)/launch/franka_control.launch">
        <arg name="robot_ip" value="$(arg robot_ip)" />
        <arg name="load_gripper" value="false" />
      </include>
      <include file="$(find panda_moveit_config)/launch/panda_moveit.launch">
        <arg name="load_gripper" value="false" />
      </include>
      <node name="move_to_start" pkg="franka_example_controllers" type="move_to_start.py" output="screen" required="true" />
    </launch>