fn create_vehicle(
commands: &mut Commands<'_, '_>,
vehicle: QETRCVehicle,
stations: &HashMap<String, Entity>,
) -> Entityfn create_vehicle(
commands: &mut Commands<'_, '_>,
vehicle: QETRCVehicle,
stations: &HashMap<String, Entity>,
) -> Entity