pub fn goto<S: State>( wpos: Vec3<f32>, speed_factor: f32, goal_dist: f32, ) -> impl Action<S>
Try to walk toward a 3D position without caring for obstacles.