Franky 0.12.0
A High-Level Motion API for Franka
|
A position waypoint with a target and optional parameters. More...
#include <position_waypoint_motion.hpp>
Public Attributes | |
ReferenceType | reference_type {ReferenceType::kAbsolute} |
![]() | |
TargetType | target |
RelativeDynamicsFactor | relative_dynamics_factor {1.0} |
std::optional< franka::Duration > | minimum_time {std::nullopt} |
franka::Duration | hold_target_duration {0} |
std::optional< franka::Duration > | max_total_duration {std::nullopt} |
double | state_estimate_weight {0.0} |
A position waypoint with a target and optional parameters.
TargetType | The type of the target. |
reference_type | The reference type (absolute or relative). |
ReferenceType franky::PositionWaypoint< TargetType >::reference_type {ReferenceType::kAbsolute} |