|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <angles/angles.h>#include <cmath>#include <geometric_shapes/check_isometry.h>#include <limits>#include <moveit/robot_model/planar_joint_model.h>
Go to the source code of this file.
Namespaces | |
| moveit | |
| Main namespace for MoveIt. | |
| 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. More... | |