move_to_pose

Function move_to_pose 

Source
pub async fn move_to_pose(
    client: &mut KachakaApiClient<Channel>,
    x: f64,
    y: f64,
    yaw: f64,
    options: StartCommandOptions,
) -> Result<String, KachakaApiError>