|
franky 1.1.2
A High-Level Motion API for Franka
|
This is the complete list of members for franky::VelocityWaypointMotion< ControlSignalType, TargetType >, including all inherited members.
| addReaction(std::shared_ptr< Reaction< ControlSignalType > > reaction) | franky::Motion< ControlSignalType > | |
| addReactionFront(std::shared_ptr< Reaction< ControlSignalType > > reaction) | franky::Motion< ControlSignalType > | |
| CallbackType typedef | franky::Motion< ControlSignalType > | |
| checkAndCallReactions(const RobotState &robot_state, franka::Duration rel_time, franka::Duration abs_time) | franky::Motion< ControlSignalType > | |
| checkWaypoint(const VelocityWaypoint< TargetType > &waypoint) const | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | inlineprotectedvirtual |
| extrapolateMotion(const RobotState &robot_state, const franka::Duration &time_step, const ruckig::InputParameter< 7 > &input_parameter, ruckig::OutputParameter< 7 > &output_parameter) const override | franky::VelocityWaypointMotion< ControlSignalType, TargetType > | inlineprotectedvirtual |
| getAbsoluteInputLimits() const override=0 | franky::VelocityWaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
| getControlSignal(const RobotState &robot_state, const franka::Duration &time_step, const std::optional< ControlSignalType > &previous_command, const ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | protectedpure virtual |
| getDesiredState(const RobotState &robot_state) const =0 | franky::VelocityWaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
| init(Robot *robot, const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command) | franky::Motion< ControlSignalType > | |
| initImpl(const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command) override | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | inlineprotectedvirtual |
| initWaypointMotion(const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | protectedpure virtual |
| Motion() | franky::Motion< ControlSignalType > | explicitprotected |
| nextCommand(const RobotState &robot_state, franka::Duration time_step, franka::Duration rel_time, franka::Duration abs_time, const std::optional< ControlSignalType > &previous_command) | franky::Motion< 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 | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | inlineprotectedvirtual |
| reactions() | franky::Motion< ControlSignalType > | |
| registerCallback(CallbackType callback) | franky::Motion< ControlSignalType > | |
| robot() const | franky::Motion< ControlSignalType > | inlineprotected |
| setInputLimits(const VelocityWaypoint< TargetType > &waypoint, ruckig::InputParameter< 7 > &input_parameter) const override | franky::VelocityWaypointMotion< ControlSignalType, TargetType > | inlineprotectedvirtual |
| setNewWaypoint(const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, const VelocityWaypoint< TargetType > &new_waypoint, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | protectedpure virtual |
| VelocityWaypointMotion(std::vector< VelocityWaypoint< TargetType > > waypoints, const RelativeDynamicsFactor &relative_dynamics_factor=1.0) | franky::VelocityWaypointMotion< ControlSignalType, TargetType > | inlineexplicit |
| WaypointMotion(std::vector< VelocityWaypoint< TargetType > > waypoints, bool return_when_finished=true) | franky::WaypointMotion< ControlSignalType, VelocityWaypoint< TargetType >, TargetType > | inlineexplicit |
| ~Motion()=default | franky::Motion< ControlSignalType > | virtual |