motor_controller
PID.hpp
Go to the documentation of this file.
1 #ifndef MOTOR_CONTROLLER_PID_HPP
2 #define MOTOR_CONTROLLER_PID_HPP
3 
4 #warning "including PID.hpp directly is deprecated. Include motor_controller/PID.hpp instead"
5 #include <motor_controller/PID.hpp>
6 
7 #endif
8 
9