Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
m3508_basic_flywheel.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "basic_flywheel.hpp"
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.radius}
24 )
25 {}
26
27 };
28}
Definition drivers.hpp:31
Definition basic_flywheel.hpp:20
Definition m3508_basic_flywheel.hpp:10
M3508BasicFlywheel(Drivers &drivers, const Config &config)
Definition m3508_basic_flywheel.hpp:19
Definition dji_m3508_old.hpp:20
Definition pwm_info.hpp:4
Definition activate_booster_command.cpp:5
fang::Drivers & drivers
Definition robot_singleton.cpp:45
Definition m3508_basic_flywheel.hpp:14
Meters radius
Definition m3508_basic_flywheel.hpp:15
Motor::Config motorConfig
Definition m3508_basic_flywheel.hpp:16
Definition dji_m3508_old.hpp:23
units::length::meter_t Meters
Definition units_alias.hpp:7