![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Simple path feedback class. More...
#include <laeTraj.h>
Public Member Functions | |
LaeSimplePathFeedback () | |
Default constructor. | |
LaeSimplePathFeedback (const LaeSimplePathFeedback &src) | |
Copy constructor. | |
~LaeSimplePathFeedback () | |
Destructor. | |
LaeSimplePathFeedback | operator= (const LaeSimplePathFeedback &rhs) |
Assignment operator. More... | |
size_t | getNumPoints () |
Get the number of wheel points in trajectory. More... | |
LaeSimplePath & | operator[] (const size_t i) |
Subscript operator to get reference to given trajectory. More... | |
void | clear () |
Clear data. | |
Protected Attributes | |
LaeSimplePath | m_path [TrajNumOf] |
Simple path feedback class.
The feedback provides informaation about the last issued desired path and the current trajectory.
|
inline |
Get the number of wheel points in trajectory.
Definition at line 547 of file laeTraj.h.
References laelaps::TrajDesired, and laelaps::TrajNumOf.
LaeSimplePathFeedback LaeSimplePathFeedback::operator= | ( | const LaeSimplePathFeedback & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 79 of file laeTraj.cxx.
LaeSimplePath & LaeSimplePathFeedback::operator[] | ( | const size_t | i | ) |
Subscript operator to get reference to given trajectory.
i | Trajectory point Index. |
Definition at line 89 of file laeTraj.cxx.