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