Franky 0.12.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
franky::VelocityWaypointMotion< ControlSignalType, TargetType > Class Template Referenceabstract

A motion following multiple positional waypoints in a time-optimal way. Works with arbitrary initial conditions. More...

#include <velocity_waypoint_motion.hpp>

Inheritance diagram for franky::VelocityWaypointMotion< ControlSignalType, TargetType >:
franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > franky::Motion< ControlSignalType >

Public Member Functions

 VelocityWaypointMotion (std::vector< VelocityWaypoint< TargetType > > waypoints, const RelativeDynamicsFactor &relative_dynamics_factor=1.0)
 
- Public Member Functions inherited from franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType >
 WaypointMotion (std::vector< VelocityWaypoint< TargetType > > waypoints, bool return_when_finished=true)
 
- Public Member Functions inherited from franky::Motion< ControlSignalType >
virtual ~Motion ()=default
 
void addReaction (std::shared_ptr< Reaction< ControlSignalType > > reaction)
 Add a reaction to the motion.
 
void addReactionFront (std::shared_ptr< Reaction< ControlSignalType > > reaction)
 Add a reaction to the front of the reaction list.
 
std::vector< std::shared_ptr< Reaction< ControlSignalType > > > reactions ()
 Currently registered reactions of the motion.
 
void registerCallback (CallbackType callback)
 Register a callback that is called in every step of the motion.
 
void init (Robot *robot, const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command)
 Initialize the motion.
 
ControlSignalType nextCommand (const RobotState &robot_state, franka::Duration time_step, franka::Duration rel_time, franka::Duration abs_time, const std::optional< ControlSignalType > &previous_command)
 Get the next command of the motion.
 
std::shared_ptr< Motion< ControlSignalType > > checkAndCallReactions (const RobotState &robot_state, franka::Duration rel_time, franka::Duration abs_time)
 Check and call reactions.
 

Protected Member Functions

void setInputLimits (const VelocityWaypoint< TargetType > &waypoint, ruckig::InputParameter< 7 > &input_parameter) const override
 
void extrapolateMotion (const franka::Duration &time_step, const ruckig::InputParameter< 7 > &input_parameter, ruckig::OutputParameter< 7 > &output_parameter) const override
 
std::tuple< Vector7d, Vector7d, Vector7dgetAbsoluteInputLimits () const override=0
 
- Protected Member Functions inherited from franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType >
void initImpl (const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command) override
 
ControlSignalType nextCommandImpl (const RobotState &robot_state, franka::Duration time_step, franka::Duration rel_time, franka::Duration abs_time, const std::optional< ControlSignalType > &previous_command) override
 
virtual void initWaypointMotion (const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, ruckig::InputParameter< 7 > &input_parameter)=0
 
virtual void setNewWaypoint (const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, const VelocityWaypoint< TargetType > &new_waypoint, ruckig::InputParameter< 7 > &input_parameter)=0
 
virtual void checkWaypoint (const VelocityWaypoint< TargetType > &waypoint) const
 
virtual std::tuple< Vector7d, Vector7d, Vector7dgetStateEstimate (const RobotState &robot_state) const=0
 
virtual ControlSignalType getControlSignal (const RobotState &robot_state, const franka::Duration &time_step, const std::optional< ControlSignalType > &previous_command, const ruckig::InputParameter< 7 > &input_parameter)=0
 
- Protected Member Functions inherited from franky::Motion< ControlSignalType >
 Motion ()
 
Robotrobot () const
 

Additional Inherited Members

- Public Types inherited from franky::Motion< ControlSignalType >
using CallbackType = std::function< void(const RobotState &, franka::Duration, franka::Duration, franka::Duration, const ControlSignalType &)>
 

Detailed Description

template<typename ControlSignalType, typename TargetType>
class franky::VelocityWaypointMotion< ControlSignalType, TargetType >

A motion following multiple positional waypoints in a time-optimal way. Works with arbitrary initial conditions.

Template Parameters
ControlSignalTypeThe type of the control signal. Either franka::Torques, franka::JointVelocities, franka::CartesianVelocities, franka::JointPositions or franka::CartesianPose.
TargetTypeThe type of the target of the waypoints.

Constructor & Destructor Documentation

◆ VelocityWaypointMotion()

franky::VelocityWaypointMotion< ControlSignalType, TargetType >::VelocityWaypointMotion ( std::vector< VelocityWaypoint< TargetType > >  waypoints,
const RelativeDynamicsFactor relative_dynamics_factor = 1.0 
)
inlineexplicit
Parameters
waypointsThe waypoints to follow.
relative_dynamics_factorThe relative dynamics factor for this motion. This factor will get multiplied with the robot's global dynamics factor to get the actual dynamics factor for this motion.

Member Function Documentation

◆ extrapolateMotion()

void franky::VelocityWaypointMotion< ControlSignalType, TargetType >::extrapolateMotion ( const franka::Duration &  time_step,
const ruckig::InputParameter< 7 > &  input_parameter,
ruckig::OutputParameter< 7 > &  output_parameter 
) const
inlineoverrideprotectedvirtual

◆ getAbsoluteInputLimits()

std::tuple< Vector7d, Vector7d, Vector7d > franky::VelocityWaypointMotion< ControlSignalType, TargetType >::getAbsoluteInputLimits ( ) const
overrideprotectedpure virtual

◆ setInputLimits()

void franky::VelocityWaypointMotion< ControlSignalType, TargetType >::setInputLimits ( const VelocityWaypoint< TargetType > &  waypoint,
ruckig::InputParameter< 7 > &  input_parameter 
) const
inlineoverrideprotectedvirtual

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