Chassis v2.1.1
Chassisはロボコンでの足回り制御を行うためのC++ライブラリである。
|
足回りの位置のPID制御を行うChassisAutoを提供する。 More...
#include <CoordinateUnit.h>
#include <Pid.h>
#include <chrono>
#include <cmath>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Data Structures | |
struct | rct::ChassisAuto< T > |
足回りの位置のPID制御を行う。 More... | |
Namespaces | |
namespace | rct |
robot control library | |
足回りの位置のPID制御を行うChassisAutoを提供する。
Definition in file ChassisAuto.h.