motor_controller
/build/rock-master-18.09-control-orogen-motor-controller-0.20150529/motor_controllerTypes.hpp
Go to the documentation of this file.
1 #ifndef motor_controller_TYPES_HPP
2 #define motor_controller_TYPES_HPP
3 
4 #include <base/JointState.hpp>
5 #include <motor_controller/PID.hpp>
6 
7 namespace motor_controller {
10  {
11  base::JointState::MODE output_mode;
12  PIDSettings pid;
13 
15  : output_mode(base::JointState::UNSET) {}
16  };
17 }
18 
19 #endif
20 
base::JointState::MODE output_mode
Definition: motor_controllerTypes.hpp:11
Definition: motor_controllerTypes.hpp:7
Definition: motor_controllerTypes.hpp:9
PIDSettings pid
Definition: motor_controllerTypes.hpp:12
ActuatorSettings()
Definition: motor_controllerTypes.hpp:14