Flexiv RDK APIs  1.4
Enumerations
mode.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  flexiv::rdk::Mode {
  flexiv::rdk::UNKNOWN = 0 , flexiv::rdk::IDLE , flexiv::rdk::RT_JOINT_TORQUE , flexiv::rdk::RT_JOINT_IMPEDANCE ,
  flexiv::rdk::NRT_JOINT_IMPEDANCE , flexiv::rdk::RT_JOINT_POSITION , flexiv::rdk::NRT_JOINT_POSITION , flexiv::rdk::NRT_PLAN_EXECUTION ,
  flexiv::rdk::NRT_PRIMITIVE_EXECUTION , flexiv::rdk::RT_CARTESIAN_MOTION_FORCE , flexiv::rdk::NRT_CARTESIAN_MOTION_FORCE , flexiv::rdk::MODES_CNT
}
 Robot control modes. The robot needs to be switched into the correct control mode before the corresponding commands can be sent. Refer to Flexiv RDK Manual for more details. More...
 

Detailed Description

Definition in file mode.hpp.

Enumeration Type Documentation

◆ Mode

Robot control modes. The robot needs to be switched into the correct control mode before the corresponding commands can be sent. Refer to Flexiv RDK Manual for more details.

See also
Robot::SwitchMode().
Enumerator
UNKNOWN 

Mode not set

IDLE 

No operation to execute, the robot holds position and waits for new command.

RT_JOINT_TORQUE 

Run real-time joint torque control to track continuous commands @1kHz.

Note
Real-time (RT) mode.
See also
Robot::StreamJointTorque().
RT_JOINT_IMPEDANCE 

Run real-time joint impedance control to track continuous commands @ 1kHz.

Note
Real-time (RT) mode.
See also
Robot::StreamJointPosition().
NRT_JOINT_IMPEDANCE 

Run non-real-time joint impedance control to track discrete commands (smoothened by internal motion generator).

Note
Non-real-time (NRT) mode.
See also
Robot::SendJointPosition().
RT_JOINT_POSITION 

Run real-time joint position control to track continuous commands @ 1kHz.

Note
Real-time (RT) mode.
See also
Robot::StreamJointPosition().
NRT_JOINT_POSITION 

Run non-real-time joint position control to track discrete commands (smoothened by internal motion generator).

Note
Non-real-time (NRT) mode.
See also
Robot::SendJointPosition().
NRT_PLAN_EXECUTION 

Execute pre-configured robot task plans.

Note
Non-real-time (NRT) mode.
See also
Robot::ExecutePlan().
NRT_PRIMITIVE_EXECUTION 

Execute robot primitives (unit skills).

Note
Non-real-time (NRT) mode.
See also
Robot::ExecutePrimitive().
Flexiv Primitives documentation.
RT_CARTESIAN_MOTION_FORCE 

Run real-time Cartesian motion-force control to track continuous commands @ 1kHz.

Note
Real-time (RT) mode.
See also
Robot::StreamCartesianMotionForce().
NRT_CARTESIAN_MOTION_FORCE 

Run non-real-time Cartesian motion-force control to track discrete commands, smoothened by internal motion generator.

Note
Non-real-time (NRT) mode.
See also
Robot::SendCartesianMotionForce().
MODES_CNT 

Total number of control modes

Definition at line 18 of file mode.hpp.