Helper type for control and motion generation loops. More...
#include <control_types.h>
Public Attributes | |
bool | motion_finished = false |
Determines whether to finish a currently running motion. More... | |
Helper type for control and motion generation loops.
Used to determine whether to terminate a loop after the control callback has returned.
Definition at line 35 of file control_types.h.
bool franka::Finishable::motion_finished = false |
Determines whether to finish a currently running motion.
Definition at line 39 of file control_types.h.