libfranka 0.15.0
FCI C++ API
|
Contains the franka::RobotState types. More...
Go to the source code of this file.
Classes | |
struct | franka::RobotState |
Describes the robot state. More... | |
Enumerations | |
enum class | franka::RobotMode { kOther , kIdle , kMove , kGuiding , kReflex , kUserStopped , kAutomaticErrorRecovery } |
Describes the robot's current mode. | |
Functions | |
std::ostream & | franka::operator<< (std::ostream &ostream, const franka::RobotState &robot_state) |
Streams the robot state as JSON object: {"field_name_1": [0,0,0,0,0,0,0], "field_name_2": [0,0,0,0,0,0], ...}. | |
std::ostream & | franka::operator<< (std::ostream &ostream, RobotMode robot_mode) |
Streams RobotMode in human-readable form. | |
Contains the franka::RobotState types.
std::ostream & franka::operator<< | ( | std::ostream & | ostream, |
const franka::RobotState & | robot_state | ||
) |
Streams the robot state as JSON object: {"field_name_1": [0,0,0,0,0,0,0], "field_name_2": [0,0,0,0,0,0], ...}.
[in] | ostream | Ostream instance |
[in] | robot_state | RobotState instance to stream |
std::ostream & franka::operator<< | ( | std::ostream & | ostream, |
RobotMode | robot_mode | ||
) |
Streams RobotMode in human-readable form.
[in] | ostream | Ostream instance |
[in] | robot_mode | RobotMode to stream |