ROS Kinetic Code API
Move Group Interface
- MoveGroupInterface class - the main C++ interface to the move_group_node.
MoveGroupInterface
is the successor to theMoveGroup
class from previous releases, which is now deprecated. - PlanningSceneInterface class - a C++ interface to the planning scene
- MoveIt! commander - documentation for the MoveIt! commander.
MoveIt! ROS
This API is meant for advanced developers. Most users should use the Move Group interface (above).
- Planning - The planning components in MoveIt! ROS, especially the planning scene, kinematics and monitors
- Move Group - The move_group_node
- Perception - The perception components in MoveIt! ROS
- Robot Interaction - The Interactivity components in MoveIt! ROS
MoveIt! Core
This API is meant for advanced developers. Most users should use the Move Group interface (above).
- Core - The core components in MoveIt! for kinematics, planning scene, constraints, motion planning, collision checking and plugin interfaces
MoveIt! OMPL Interface
This API is meant for advanced developers. Most users should use the Move Group interface (above).
来源:oschina
链接:https://my.oschina.net/u/1171834/blog/1863715