pub fn create_navigation_system(
poi_data: Vec<PointOfInterest>,
container_data: Vec<ObjectContainer>,
) -> SpaceNavigationSystem<StaticAstronomicalData>Expand description
Create a navigation system from predefined objects and POIs
pub fn create_navigation_system(
poi_data: Vec<PointOfInterest>,
container_data: Vec<ObjectContainer>,
) -> SpaceNavigationSystem<StaticAstronomicalData>Create a navigation system from predefined objects and POIs