Trait franka::robot::control_types::MotionFinished[][src]

pub trait MotionFinished {
    fn motion_finished(self) -> Self;
}

A trait for a Finshable control type to finish the motion

Required methods

fn motion_finished(self) -> Self[src]

Helper method to indicate that a motion should stop after processing the given command.

Loading content...

Implementors

impl<T: Finishable + Copy> MotionFinished for T[src]

Loading content...