Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
gm6020_basic_field_pitch.hpp
Go to the documentation of this file.
1#pragma once
2
4#include "driver/drivers.hpp"
6
7namespace fang::turret
8{
10 {
11 public:
18
21 {
22 std::make_unique<Motor>(drivers, config.motorConfig),
23 config.pitchSystemConfig
24 }
25 {}
26 };
27}
Definition drivers.hpp:31
Definition basic_field_pitch_system.hpp:20
Definition gm6020_basic_field_pitch.hpp:10
GM6020BasicFieldPitch(Drivers &drivers, const Config &config)
Definition gm6020_basic_field_pitch.hpp:19
Definition dji_gm6020_old.hpp:20
Definition pwm_info.hpp:4
Definition activate_booster_command.cpp:5
fang::Drivers & drivers
Definition robot_singleton.cpp:45
Definition basic_field_pitch_system.hpp:29
Definition gm6020_basic_field_pitch.hpp:14
BasicFieldPitchSystem::Config pitchSystemConfig
Definition gm6020_basic_field_pitch.hpp:16
Motor::Config motorConfig
Definition gm6020_basic_field_pitch.hpp:15
Definition dji_gm6020_old.hpp:23