tpbarron / vehicle_optimization

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

Update the sensor data for a given vehicle based on the time and db data #7

Closed tpbarron closed 10 years ago

tpbarron commented 10 years ago

Using the vehicle uuid, query the Scenario for current data on the Vehicle. The Scenario has to populate the vehicles sensor for the elapsed time.

tpbarron commented 10 years ago

This will need more work eventually.