Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
(→Dash) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 74: | Line 74: | ||
| {{Done}} | | {{Done}} | ||
|} | |} | ||
+ | = BeamNG = | ||
+ | * https://www.beamng.com/ | ||
+ | |||
= Carla = | = Carla = | ||
* http://carla.org/ | * http://carla.org/ | ||
Line 252: | Line 255: | ||
error: command 'clang-6.0' failed with exit status 1 | error: command 'clang-6.0' failed with exit status 1 | ||
</source> | </source> | ||
+ | = Dash = | ||
+ | See clone at https://github.com/rc-dukes/dash | ||
+ | <source lang='bash'> | ||
+ | npm install --save-dev webpack | ||
+ | npm run build | ||
+ | open index.html | ||
+ | </source> | ||
+ | Make sure Chrome browser is used | ||
− | = | + | = Speed Dreams = |
− | * https://www. | + | * http://www.speed-dreams.org/ |
+ | * https://sourceforge.net/p/speed-dreams/code/HEAD/tree/ | ||
+ | * https://sourceforge.net/projects/speed-dreams/files/2.2.2/ | ||
+ | * https://www.politesi.polimi.it/bitstream/10589/83501/1/2013_10_Beni.pdf | ||
+ | * https://github.com/argos-research/speed-dreams | ||
= Torcs = | = Torcs = | ||
* https://en.wikipedia.org/wiki/TORCS | * https://en.wikipedia.org/wiki/TORCS | ||
Line 262: | Line 277: | ||
* http://itsuite.it.brighton.ac.uk/jjl/reports/torcs1.pdf | * http://itsuite.it.brighton.ac.uk/jjl/reports/torcs1.pdf | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Webots = | = Webots = | ||
<source lang='bash'> | <source lang='bash'> |