Franky 0.12.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
Public Attributes | List of all members
franky::PositionWaypoint< TargetType > Struct Template Reference

A position waypoint with a target and optional parameters. More...

#include <position_waypoint_motion.hpp>

Inheritance diagram for franky::PositionWaypoint< TargetType >:
franky::Waypoint< TargetType >

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}
 
double state_estimate_weight {0.0}
 

Detailed Description

template<typename TargetType>
struct franky::PositionWaypoint< TargetType >

A position waypoint with a target and optional parameters.

Template Parameters
TargetTypeThe type of the target.
Parameters
reference_typeThe reference type (absolute or relative).

Member Data Documentation

◆ reference_type


The documentation for this struct was generated from the following file: