![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Simple path feedback class. More...
#include <laeTraj.h>
Public Member Functions | |
| LaePathFeedback () | |
| Default constructor. | |
| LaePathFeedback (const LaePathFeedback &src) | |
| Copy constructor. | |
| ~LaePathFeedback () | |
| Destructor. | |
| LaePathFeedback | operator= (const LaePathFeedback &rhs) |
| Assignment operator. More... | |
| size_t | getNumPoints () |
| Get the number of wheel points in trajectory. More... | |
| LaePath & | operator[] (const size_t i) |
| Subscript operator to get reference to given trajectory. More... | |
| void | clear () |
| Clear data. | |
Protected Attributes | |
| LaePath | 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 858 of file laeTraj.h.
References laelaps::TrajDesired, and laelaps::TrajNumOf.
| LaePathFeedback LaePathFeedback::operator= | ( | const LaePathFeedback & | rhs | ) |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 206 of file laeTraj.cxx.
References laelaps::TrajNumOf.
| LaePath & LaePathFeedback::operator[] | ( | const size_t | i | ) |
Subscript operator to get reference to given trajectory.
| i | Trajectory point Index. |
Definition at line 215 of file laeTraj.cxx.
References laelaps::TrajDesired, and laelaps::TrajNumOf.