Laelaps 2D pose class.
More...
#include <laeTraj.h>
|
double | m_x |
| robot absolute x position (meters)
|
|
double | m_y |
| robot absolute y position (meters)
|
|
double | m_theta |
| robot orientation (radians)
|
|
Laelaps 2D pose class.
Pose = (x, y, theta)
Definition at line 170 of file laeTraj.h.
laelaps::LaePose::LaePose |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
theta = 0.0 |
|
) |
| |
|
inline |
Initialization constructor.
- Parameters
-
x | Robot absolute x position (meters). |
y | Robot absolute y position (meters). |
theta | Robot orientation (radians). |
Definition at line 192 of file laeTraj.h.
double m_y
robot absolute y position (meters)
double m_theta
robot orientation (radians)
double m_x
robot absolute x position (meters)
laelaps::LaePose::LaePose |
( |
const LaePose & |
src | ) |
|
|
inline |
Copy constructor.
- Parameters
-
Definition at line 204 of file laeTraj.h.
References m_theta, m_x, and m_y.
double m_y
robot absolute y position (meters)
double m_theta
robot orientation (radians)
double m_x
robot absolute x position (meters)
Assignment operator.
- Parameters
-
rhs | Right hand side object. |
- Returns
- Returns copy of this.
Definition at line 225 of file laeTraj.h.
References m_theta, m_x, and m_y.
double m_y
robot absolute y position (meters)
double m_theta
robot orientation (radians)
double m_x
robot absolute x position (meters)
The documentation for this class was generated from the following file: