Skip to Content
Mastering ROS for Robotics Programming - Second Edition
book

Mastering ROS for Robotics Programming - Second Edition

by Lentin Joseph, Jonathan Cacace
February 2018
Beginner
580 pages
13h 20m
English
Packt Publishing
Content preview from Mastering ROS for Robotics Programming - Second Edition

MoveIt! configuration of the COOL Arm

The first step is to configure the controllers.yaml, which is inside the cool5000_moveit_config/config folder. The definition of this file follows. For now, we are only focusing on moving the arm, and not on handling the gripper control. So the configuration only contains the arm group joints:

controller_list: 
  - name: cool5000_trajectory_controller 
    action_ns: follow_joint_trajectory 
    type: FollowJointTrajectory 
    default: true 
    joints: 
      - joint1 
      - joint2 
      - joint3 
      - joint4 
      - joint5 
      - joint6 
      - joint7 

The following is the definition of the cool5000_description_moveit_controller_manager.launch.xml inside cool5000_moveit_config/launch:

<launch> <!-- Set the param that trajectory_execution_manager needs to find ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming - Third Edition

Mastering ROS for Robotics Programming - Third Edition

Lentin Joseph, Jonathan Cacace
Effective Robotics Programming with ROS - Third Edition

Effective Robotics Programming with ROS - Third Edition

Luis Sanchez, Enrique Fernandez Perdomo, Anil Mahtani

Publisher Resources

ISBN: 9781788478953Supplemental Content