Skip to main content

generate_waypoint_trajectory

Function generate_waypoint_trajectory 

Source
pub fn generate_waypoint_trajectory(
    waypoints: &[Vector3<f64>],
    segment_duration: f64,
) -> Vec<TrajectorySegment>
Expand description

Generate trajectory segments for a closed loop through the given waypoints.

Each segment uses rest-to-rest boundary conditions and the given duration.