pub async fn plan_path(
    instance_state: &State<SharedFactorioInstance>,
    entity_name: String,
    entity_type: String,
    underground_entity_name: String,
    underground_entity_type: String,
    underground_max: u8,
    from_position: String,
    to_position: String,
    to_direction: u8
) -> RestApiResult<Vec<FactorioEntity>>
Expand description

Plan path from one position to another