move_forward

Function move_forward 

Source
pub async fn move_forward(
    client: &mut KachakaApiClient<Channel>,
    distance_meter: f64,
    speed: f64,
    options: StartCommandOptions,
) -> Result<String, KachakaApiError>