|
Chassis v2.1.1
Chassisはロボコンでの足回り制御を行うためのC++ライブラリである。
|
座標、速度を表す構造体 CoordinateUnit を提供する。 More...
#include <chrono>#include <cmath>#include "bits/float_cmp.h"

Go to the source code of this file.
Data Structures | |
| struct | rct::CoordinateUnit< N > |
| 座標、速度を示す構造体。 rct::Coordinate, rct::Velocity More... | |
Namespaces | |
| namespace | rct |
| robot control library | |
Typedefs | |
| using | rct::Coordinate = CoordinateUnit< 0 > |
| 座標を示す構造体 | |
| using | rct::Velocity = CoordinateUnit<-1 > |
| 速度を示す構造体 | |
座標、速度を表す構造体 CoordinateUnit を提供する。
Definition in file CoordinateUnit.h.