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


Classes | |
| struct | Config |
Public Types | |
| using | Motor = trap::motor::DjiGM6020Old |
Public Types inherited from fang::turret::BasicFieldPitchSystem | |
| using | PitchRange = math::Range< Radians > |
| using | Motor = motor::IPositionMotor |
| using | Imu = trap::communication::sensors::IImu |
Public Member Functions | |
| GM6020BasicFieldPitch (Drivers &drivers, const Config &config) | |
Public Member Functions inherited from fang::turret::BasicFieldPitchSystem | |
| BasicFieldPitchSystem (std::unique_ptr< Motor > motor, const Config &config) | |
| void | initialize () override |
| void | update () override |
| void | setTargetFieldPitch (const Radians &pitch) override |
|
inline |