#include <armarx/navigation/core/Trajectory.h>
Definition at line 226 of file Trajectory.h.
◆ LocalTrajectory() [1/2]
◆ LocalTrajectory() [2/2]
◆ evaluate()
◆ isApproximatelyEqual()
| bool isApproximatelyEqual |
( |
const LocalTrajectory & | other, |
|
|
std::size_t | frontSkip = 0, |
|
|
float | epsTrans = 0.01, |
|
|
float | epsRot = 0.01 ) const |
Check whether the trajectory is approximately equal to another trajectory.
- Parameters
-
| other | trajectory |
| frontSkip | Points to skip at the front of each trajectory. E.g., if you want to skip the start, set it to 1. |
| epsTrans | If the translation difference is smaller than this value, it is considered equal. |
| epsRot | If the rotation difference is smaller than this value, it is considered equal. |
- Returns
- true if the trajectories are approximately equal, false otherwise
Definition at line 1180 of file Trajectory.cpp.
◆ mutablePoints()
◆ points()
The documentation for this class was generated from the following files: