Function openrr_gui::velocity_sender
source ยท pub fn velocity_sender<M>(move_base: M) -> Result<(), Error>where
M: MoveBase + 'static,
Expand description
Launches GUI that send base velocity from GUI to the given move_base
.
pub fn velocity_sender<M>(move_base: M) -> Result<(), Error>where
M: MoveBase + 'static,
Launches GUI that send base velocity from GUI to the given move_base
.