Frankx
0.2.0
A High-Level Motion API for Franka
|
#include <measure.hpp>
Public Types | |
using | CallbackType = std::function< bool(const RobotState_ &, double)> |
Public Member Functions | |
Condition (CallbackType callback) | |
Condition & | operator&& (const Condition &rhs) |
Condition & | operator|| (const Condition &rhs) |
bool | operator() (const RobotState_ &robot_state, double time) |
Check if the condition is fulfilled. More... | |
using movex::Condition::CallbackType = std::function<bool(const RobotState_&, double)> |
|
inlineexplicit |
|
inline |
Check if the condition is fulfilled.