Franky
0.9.1
A High-Level Motion API for Franka
|
A waypoint with a target and optional parameters. More...
#include <waypoint_motion.hpp>
Public Attributes | |
TargetType | target |
ReferenceType | reference_type {ReferenceType::Absolute} |
RelativeDynamicsFactor | relative_dynamics_factor {1.0} |
std::optional< double > | minimum_time {std::nullopt} |
A waypoint with a target and optional parameters.
TargetType | The type of the target. |
target | The target of this waypoint. |
reference_type | The reference type (absolute or relative). |
relative_dynamics_factor | The relative dynamics factor for this waypoint. This factor will get multiplied with the robot's global dynamics factor and the motion dynamics factor to get the actual dynamics factor for this waypoint. |
minimum_time | The minimum time to get to the next waypoint in [s]. |
std::optional<double> franky::Waypoint< TargetType >::minimum_time {std::nullopt} |
ReferenceType franky::Waypoint< TargetType >::reference_type {ReferenceType::Absolute} |
RelativeDynamicsFactor franky::Waypoint< TargetType >::relative_dynamics_factor {1.0} |
TargetType franky::Waypoint< TargetType >::target |