-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (23 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* Copyright 2012 Albin Poignot & Julien Teruel
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
---- This project was realized during classes in Polytech Tours french school ----
IDMTrafSim provides an implementation of the Intelligent Driver Model. You can found some description about this mathematics model here :
http://en.wikipedia.org/wiki/Intelligent_driver_model.
It includes manual append of cars and three traffic lights. You can also start/stop and pause/resume the simulation.
Things to know :
- if a collision appends, the car will come back to the beginning of the road
- a traffic light is managed as a stopped car
You can contact me if you have any problem or question.