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
"
4
namespace
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
11
using
Drivers
=
tap::Drivers
;
12
}
13
#endif
tap::Drivers
Definition
drivers.hpp:70
trap
Definition
dimensional_smooth_pid.hpp:8
drivers.hpp
fang-mcb-project
src
wrap
trap
drivers.hpp
Generated by
1.9.8