Franky
0.9.1
A High-Level Motion API for Franka
|
This is the complete list of members for franky::WaypointMotion< 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 franka::RobotState &robot_state, double rel_time, double abs_time) | franky::Motion< ControlSignalType > | |
getAbsoluteInputLimits() const =0 | franky::WaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
getControlSignal(const ruckig::InputParameter< 7 > &input_parameter) const =0 | franky::WaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
init(Robot *robot, const franka::RobotState &robot_state, const std::optional< ControlSignalType > &previous_command) | franky::Motion< ControlSignalType > | |
initImpl(const franka::RobotState &robot_state, const std::optional< ControlSignalType > &previous_command) override | franky::WaypointMotion< ControlSignalType, TargetType > | inlineprotectedvirtual |
initWaypointMotion(const franka::RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
Motion() | franky::Motion< ControlSignalType > | explicitprotected |
nextCommand(const franka::RobotState &robot_state, franka::Duration time_step, double rel_time, double abs_time, const std::optional< ControlSignalType > &previous_command) | franky::Motion< ControlSignalType > | |
nextCommandImpl(const franka::RobotState &robot_state, franka::Duration time_step, double rel_time, double abs_time, const std::optional< ControlSignalType > &previous_command) override | franky::WaypointMotion< ControlSignalType, TargetType > | inlineprotectedvirtual |
reactions() | franky::Motion< ControlSignalType > | |
registerCallback(CallbackType callback) | franky::Motion< ControlSignalType > | |
robot() const | franky::Motion< ControlSignalType > | inlineprotected |
setNewWaypoint(const franka::RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, const Waypoint< TargetType > &new_waypoint, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, TargetType > | protectedpure virtual |
WaypointMotion(std::vector< Waypoint< TargetType >> waypoints, Params params) | franky::WaypointMotion< ControlSignalType, TargetType > | inlineexplicit |