Flexiv RDK APIs  0.10
Mode.hpp
Go to the documentation of this file.
1 
6 #ifndef FLEXIVRDK_MODE_HPP_
7 #define FLEXIVRDK_MODE_HPP_
8 
9 namespace flexiv {
10 
16 enum Mode
17 {
19  UNKNOWN = -1,
20 
26 
33 
40 
48 
55 
64 
72 
80 };
81 
82 } /* namespace flexiv */
83 
84 #endif /* FLEXIVRDK_MODE_HPP_ */
Mode
Robot control modes. Must put the robot into the correct control mode before sending any correspondin...
Definition: Mode.hpp:17
@ NRT_PLAN_EXECUTION
Definition: Mode.hpp:54
@ NRT_PRIMITIVE_EXECUTION
Definition: Mode.hpp:63
@ RT_CARTESIAN_MOTION_FORCE
Definition: Mode.hpp:71
@ RT_JOINT_POSITION
Definition: Mode.hpp:39
@ NRT_JOINT_POSITION
Definition: Mode.hpp:47
@ RT_JOINT_TORQUE
Definition: Mode.hpp:32
@ UNKNOWN
Definition: Mode.hpp:19
@ IDLE
Definition: Mode.hpp:25
@ NRT_CARTESIAN_MOTION_FORCE
Definition: Mode.hpp:79