Frankx
0.2.0
A High-Level Motion API for Franka
|
Go to the documentation of this file.
37 return std::any_of(
reactions.begin(),
reactions.end(), [](
auto r) { return r.has_fired; });
double jerk_rel
Definition: motion_data.hpp:9
MotionData & withDynamicRel(double dynamic_rel)
Definition: motion_data.hpp:16
bool didBreak()
Whether any of the reactions did occur (fire) during the motion.
Definition: motion_data.hpp:36
Definition: reaction.hpp:16
MotionData(double dynamic_rel=1.0)
Definition: motion_data.hpp:14
Definition: motion_data.hpp:8
bool max_dynamics
Definition: motion_data.hpp:10
double acceleration_rel
Definition: motion_data.hpp:9
double velocity_rel
Definition: motion_data.hpp:9
MotionData & withMaxDynamics()
Use maximal possible dynamic of the robot.
Definition: motion_data.hpp:24
Definition: motion_impedance.hpp:13
std::vector< Reaction > reactions
Definition: motion_data.hpp:12
MotionData & withReaction(const Reaction &reaction)
Add a reaction to the motion.
Definition: motion_data.hpp:30