Chassis v2.1.1
Chassisはロボコンでの足回り制御を行うためのC++ライブラリである。
Loading...
Searching...
No Matches
Chassis.h File Reference

足回りの自動制御を行う Chassis クラスを提供する。 More...

#include <CoordinateUnit.h>
#include <Pid.h>
#include <chrono>
#include <cmath>
#include <cstdint>
#include <utility>
Include dependency graph for Chassis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rct::Chassis< T >
 足回りの自動制御を行うクラス。 More...
 

Namespaces

namespace  rct
 robot control library
 

Detailed Description

足回りの自動制御を行う Chassis クラスを提供する。

License
This project is released under the MIT License, see LICENSE.

Definition in file Chassis.h.