Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
dji_motor_aliases.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_TRAP_DJI_MOTOR_ALIASES_HPP
2#define FANG_ROBOTICS_MCB_TRAP_DJI_MOTOR_ALIASES_HPP
6
7#include <cstdint>
8
9namespace trap
10{
11 namespace motor
12 {
13 using DjiMotorOutput = int16_t;
16 using IDjiOutputMotor = rail::motor::IOutputMotor<DjiMotorOutput>;
17 }//namespace motor
18}//namespace trap
19#endif
Definition brushlessutils.cpp:4
int16_t DjiMotorOutput
Definition dji_motor_aliases.hpp:13
rail::motor::IOutputMotor< DjiMotorOutput > IDjiOutputMotor
Definition dji_motor_aliases.hpp:16
Definition dimensional_smooth_pid.hpp:8