Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
drivers.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_TRAP_DRIVERS_HPP
2#define FANG_ROBOTICS_MCB_TRAP_DRIVERS_HPP
3#include "tap/drivers.hpp"
4namespace trap
5{
6 //Use generic taproot drivers because most classes are only reliant upon it
7 //This allows code to be used across differen code bases as most drivers classes
8 //Will be inherited from tap::Drivers
9 //TODO: Give enhanced option for current drivers which has init() and whatnot
10 //Although this will require to adapt to different imu
12}
13#endif
Definition drivers.hpp:70
Definition dimensional_smooth_pid.hpp:8