Franky
0.9.1
A High-Level Motion API for Franka
|
Parameters for the waypoint motion. More...
#include <waypoint_motion.hpp>
Public Attributes | |
RelativeDynamicsFactor | relative_dynamics_factor {1.0} |
bool | return_when_finished {true} |
Parameters for the waypoint motion.
RelativeDynamicsFactor franky::WaypointMotion< ControlSignalType, TargetType >::Params::relative_dynamics_factor {1.0} |
The relative dynamics factor for this motion. This factor will get multiplied with the robot's global dynamics factor to get the actual dynamics factor for this motion.
bool franky::WaypointMotion< ControlSignalType, TargetType >::Params::return_when_finished {true} |
Whether to end the motion when the last waypoint is reached or keep holding the last target.