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

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

#include <waypoint_motion.hpp>

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

Public Attributes

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::Waypoint< TargetType >

A waypoint with a target and optional parameters.

Template Parameters
TargetTypeThe type of the target.
Parameters
targetThe target of this waypoint.
reference_typeThe reference type (absolute or relative).
relative_dynamics_factorThe 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_timeThe minimum time to get to the next waypoint.
hold_target_durationFor how long to hold the target of this waypoint after it has been reached.
max_total_durationThe maximum time to try reaching this waypoint before moving on to the next waypoint. Default is infinite.
state_estimate_weightWeighting of the robot state estimate vs the target when computing the current state to continue planning from. A value of 0 means that the planner always assumes it reached its last target perfectly (open loop control), while a value of 1 means that the planner always uses the robot state estimate (closed loop control). A value between 0 and 1 means that the planner uses a weighted average of the two.

Member Data Documentation

◆ hold_target_duration

template<typename TargetType >
franka::Duration franky::Waypoint< TargetType >::hold_target_duration {0}

◆ max_total_duration

template<typename TargetType >
std::optional<franka::Duration> franky::Waypoint< TargetType >::max_total_duration {std::nullopt}

◆ minimum_time

template<typename TargetType >
std::optional<franka::Duration> franky::Waypoint< TargetType >::minimum_time {std::nullopt}

◆ relative_dynamics_factor

template<typename TargetType >
RelativeDynamicsFactor franky::Waypoint< TargetType >::relative_dynamics_factor {1.0}

◆ state_estimate_weight

template<typename TargetType >
double franky::Waypoint< TargetType >::state_estimate_weight {0.0}

◆ target


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