Overview of MoveIt ROS components
mainThe moveit_ros repository contains the ROS-integrated components of MoveIt. It acts as the integration layer that combines libraries from MoveIt Core with various plugins to provide high-level robotics functionality. Key functional areas included in this repository are:
- planning: Core motion planning logic integrated with ROS.
- planning interfaces: APIs and interfaces used to interact with planners.
- benchmarking: Tools for evaluating planning performance.
- visualization: ROS-based tools for visualizing robot states and trajectories.