Franky 0.12.0
A High-Level Motion API for Franka
|
This is the complete list of members for franky::JointVelocityMotion, 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< Vector7d > &waypoint) const override | franky::JointVelocityWaypointMotion | protected |
VelocityWaypointMotion< franka::JointVelocities, Vector7d >::checkWaypoint(const WaypointType &waypoint) const | franky::WaypointMotion< ControlSignalType, WaypointType, TargetType > | inlineprotectedvirtual |
extrapolateMotion(const franka::Duration &time_step, const ruckig::InputParameter< 7 > &input_parameter, ruckig::OutputParameter< 7 > &output_parameter) const override | franky::VelocityWaypointMotion< franka::JointVelocities, Vector7d > | inlineprotectedvirtual |
getAbsoluteInputLimits() const override | franky::JointVelocityWaypointMotion | protectedvirtual |
getControlSignal(const RobotState &robot_state, const franka::Duration &time_step, const std::optional< franka::JointVelocities > &previous_command, const ruckig::InputParameter< 7 > &input_parameter) override | franky::JointVelocityWaypointMotion | protected |
VelocityWaypointMotion< franka::JointVelocities, Vector7d >::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, WaypointType, TargetType > | protectedpure virtual |
getGoalTolerance() const override | franky::JointVelocityWaypointMotion | protectedvirtual |
getStateEstimate(const RobotState &robot_state) const override | franky::JointVelocityWaypointMotion | protectedvirtual |
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, WaypointType, TargetType > | inlineprotectedvirtual |
initWaypointMotion(const RobotState &robot_state, const std::optional< franka::JointVelocities > &previous_command, ruckig::InputParameter< 7 > &input_parameter) override | franky::JointVelocityWaypointMotion | protected |
VelocityWaypointMotion< franka::JointVelocities, Vector7d >::initWaypointMotion(const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, WaypointType, TargetType > | protectedpure virtual |
JointVelocityMotion(const Vector7d &target, const franka::Duration &duration=franka::Duration(1000), double state_estimate_weight=0.0, const RelativeDynamicsFactor &relative_dynamics_factor=1.0) | franky::JointVelocityMotion | explicit |
JointVelocityWaypointMotion(const std::vector< VelocityWaypoint< Vector7d > > &waypoints, const RelativeDynamicsFactor &relative_dynamics_factor=1.0) | franky::JointVelocityWaypointMotion | explicit |
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, WaypointType, TargetType > | inlineprotectedvirtual |
reactions() | franky::Motion< ControlSignalType > | |
registerCallback(CallbackType callback) | franky::Motion< ControlSignalType > | |
robot() const | franky::Motion< ControlSignalType > | inlineprotected |
setInputLimits(const VelocityWaypoint< Vector7d > &waypoint, ruckig::InputParameter< 7 > &input_parameter) const override | franky::VelocityWaypointMotion< franka::JointVelocities, Vector7d > | inlineprotected |
franky::WaypointMotion::setInputLimits(const WaypointType &waypoint, ruckig::InputParameter< 7 > &input_parameter) const =0 | franky::WaypointMotion< ControlSignalType, WaypointType, TargetType > | protectedpure virtual |
setNewWaypoint(const RobotState &robot_state, const std::optional< franka::JointVelocities > &previous_command, const VelocityWaypoint< Vector7d > &new_waypoint, ruckig::InputParameter< 7 > &input_parameter) override | franky::JointVelocityWaypointMotion | protected |
VelocityWaypointMotion< franka::JointVelocities, Vector7d >::setNewWaypoint(const RobotState &robot_state, const std::optional< ControlSignalType > &previous_command, const WaypointType &new_waypoint, ruckig::InputParameter< 7 > &input_parameter)=0 | franky::WaypointMotion< ControlSignalType, WaypointType, TargetType > | protectedpure virtual |
VelocityWaypointMotion(std::vector< VelocityWaypoint< Vector7d > > waypoints, const RelativeDynamicsFactor &relative_dynamics_factor=1.0) | franky::VelocityWaypointMotion< franka::JointVelocities, Vector7d > | inlineexplicit |
WaypointMotion(std::vector< WaypointType > waypoints, bool return_when_finished=true) | franky::WaypointMotion< ControlSignalType, WaypointType, TargetType > | inlineexplicit |
~Motion()=default | franky::Motion< ControlSignalType > | virtual |