Namespaces | Enumerations | Functions
control_mode.h File Reference
#include <ostream>
#include <type_traits>
Include dependency graph for control_mode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 franka_hw
 

Enumerations

enum  franka_hw::ControlMode {
  franka_hw::ControlMode::None = 0, franka_hw::ControlMode::JointTorque = (1 << 0), franka_hw::ControlMode::JointPosition = (1 << 1), franka_hw::ControlMode::JointVelocity = (1 << 2),
  franka_hw::ControlMode::CartesianVelocity = (1 << 3), franka_hw::ControlMode::CartesianPose = (1 << 4)
}
 

Functions

constexpr ControlMode franka_hw::operator& (ControlMode left, ControlMode right)
 
constexpr ControlMode & franka_hw::operator&= (ControlMode &left, ControlMode right)
 
std::ostream & franka_hw::operator<< (std::ostream &ostream, ControlMode mode)
 
constexpr ControlMode franka_hw::operator^ (ControlMode left, ControlMode right)
 
constexpr ControlMode franka_hw::operator| (ControlMode left, ControlMode right)
 
constexpr ControlMode & franka_hw::operator|= (ControlMode &left, ControlMode right)
 
constexpr ControlMode franka_hw::operator~ (ControlMode mode)
 


franka_hw
Author(s): Franka Emika GmbH
autogenerated on Fri Oct 23 2020 03:47:05