MicroMouse Control Module
v1.3.2-2-ge2c6882
|
位置姿勢の座標 [詳解]
#include <pose.h>
公開メンバ関数 | |
constexpr | Pose (const float x=0, const float y=0, const float th=0) |
void | clear () |
Pose | mirror_x () const |
Pose | rotate (const float angle) const |
Pose | homogeneous (const Pose &offset) const |
Pose & | operator+= (const Pose &o) |
Pose & | operator-= (const Pose &o) |
Pose | operator+ (const Pose &o) const |
Pose | operator- (const Pose &o) const |
公開変数類 | |
float | x |
x 成分 [m] [詳解] | |
float | y |
y 成分 [m] [詳解] | |
float | th |
theta 成分 [rad] [詳解] | |
フレンド | |
std::ostream & | operator<< (std::ostream &os, const Pose &o) |
位置姿勢の座標
|
inlineconstexpr |
|
inline |
|
inline |
|
friend |
float ctrl::Pose::th |
theta 成分 [rad]
float ctrl::Pose::x |
x 成分 [m]
float ctrl::Pose::y |
y 成分 [m]