tpbarron / vehicle_optimization

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

Convert position from latitude / longitude to x,y coordinates on grid. #2

Closed tpbarron closed 10 years ago

tpbarron commented 10 years ago

For ease of simulation the data model will define a x,y coordate space where one unit is one meter. This will simplify calculations for now.