|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit/robot_model/joint_model.hpp>

Go to the source code of this file.
Classes | |
| class | moveit::core::PlanarJointModel |
| A planar joint. More... | |
Namespaces | |
| namespace | moveit |
| Main namespace for MoveIt. | |
| namespace | moveit::core |
| Core components of MoveIt. | |
Functions | |
| void | moveit::core::computeTurnDriveTurnGeometry (const double *from, const double *to, const double min_translational_distance, double &dx, double &dy, double &initial_turn, double &drive_angle, double &final_turn) |
| Compute the geometry to turn toward the target point, drive straight and then turn to target orientation. | |