|
franky 1.1.2
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} |
Public Attributes inherited from franky::Waypoint< TargetType > | |
| 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} |
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} |