tpbarron / vehicle_optimization

Vehicle simulator to test algorithms for traffic optimization.
1 stars 0 forks source link

Ensure that querying nearest vehicles does not return own vehicle #45

Closed tpbarron closed 9 years ago

tpbarron commented 9 years ago

When the vehicle queries for all nearby vehicles it queries by position. This could be improved to look along roads but currently the vehicles then remove themselves from the list of nearby ones.