|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Generator class for KDL::Path_RoundedComposite from different polyline path representations. More...
#include <path_polyline_generator.hpp>
Static Public Member Functions | |
| static std::unique_ptr< KDL::Path > | polylineFromWaypoints (const KDL::Frame &start_pose, const std::vector< KDL::Frame > &waypoints, KDL::RotationalInterpolation *rot_interpo, double smoothness, double eqradius) |
| set the path polyline from waypoints | |
| static std::vector< KDL::Frame > | filterWaypoints (const KDL::Frame &start_pose, const std::vector< KDL::Frame > &waypoints) |
| compute the maximum rounding radius from KDL::Path_RoundedComosite | |
| static double | computeBlendRadius (const std::vector< KDL::Frame > &waypoints_, double smoothness) |
| static void | checkConsecutiveColinearWaypoints (const KDL::Frame &p1, const KDL::Frame &p2, const KDL::Frame &p3) |
Generator class for KDL::Path_RoundedComposite from different polyline path representations.
Definition at line 51 of file path_polyline_generator.hpp.
|
static |
Definition at line 132 of file path_polyline_generator.cpp.

|
static |
Definition at line 87 of file path_polyline_generator.cpp.


|
static |
compute the maximum rounding radius from KDL::Path_RoundedComosite
| waypoints_ | waypoints defining the path |
| smoothness | smoothness level [0..1] scaling the maximum blend radius |
Definition at line 59 of file path_polyline_generator.cpp.

|
static |
set the path polyline from waypoints
Definition at line 40 of file path_polyline_generator.cpp.
