|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <gm6020_chassis_field_yaw_system.hpp>


Classes | |
| struct | Config |
Public Types | |
| using | Motor = trap::motor::DjiGM6020Old |
Public Types inherited from fang::turret::ChassisFieldYawSystem | |
| using | Motor = motor::IPositionMotor |
| using | Imu = trap::communication::sensors::IImu |
Public Member Functions | |
| GM6020FieldYawSystem (Drivers &drivers, std::unique_ptr< Imu > chassisImu, const Config &config) | |
Public Member Functions inherited from fang::turret::ChassisFieldYawSystem | |
| ChassisFieldYawSystem (std::unique_ptr< Motor > motor, std::unique_ptr< Imu > chassisImu, const Config &config) | |
| void | initialize () override |
| void | update () override |
| void | setTargetFieldYaw (const Radians &yaw) override |
|
inline |