Skip to Content
ROS Programming: Building Powerful Robots
book

ROS Programming: Building Powerful Robots

by Anil Mahtani, Luis Sanchez, Enrique Fernandez, Aaron Martinez, Lentin Joseph
March 2018
Intermediate to advanced content levelIntermediate to advanced
1396 pages
42h 14m
English
Packt Publishing
Content preview from ROS Programming: Building Powerful Robots

MoveIt! configuration of the COOL Arm

The first step is to configure controllers.yaml, which is inside the cool5000_moveit_config/config folder. The definition of this file follows. We are only focusing on moving the arm and not on handling the gripper control for now. 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 cool5000_description_moveit_controller_manager.launch.xml inside cool5000_moveit_config/launch:

<launch><!-- Set the param that trajectory_execution_manager needs to find the controller ...
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

Programming Robots with ROS

Programming Robots with ROS

Morgan Quigley, Brian Gerkey, William D. Smart
Machine Learning Design Patterns

Machine Learning Design Patterns

Valliappa Lakshmanan, Sara Robinson, Michael Munn

Publisher Resources

ISBN: 9781788627436Supplemental Content