pub fn goto_2d<S: State>( wpos2d: Vec2<f32>, speed_factor: f32, goal_dist: f32, ) -> impl Action<S>
Try to walk toward a 2D position on the surface without caring for obstacles.