Template Class WaypointTrajectory¶
Defined in File waypoint_trajectory.h
Class Documentation¶
-
template<typename LinkType>
class WaypointTrajectory¶ A container that represents a collection of way points linked together via a LinkType The LinkType defines how smooth the trajectory will look like.
Public Types
Public Functions
-
WaypointTrajectory()¶
Constructor.
-
std::pair<real_t, link_type> distance(const w_point_type &p) const¶
Computes the minimum distance of the given point from the trajectory.
-
inline void clear()¶
clear the memory allocated for points and edges
-
inline bool empty() const¶
Returns true if the trajectory is empty.
-
inline link_iterator begin()¶
Raw node iteration.
-
inline link_iterator end()¶
-
inline const_link_iterator begin() const¶
Raw node iteration.
-
inline const_link_iterator end() const¶
-
WaypointTrajectory()¶