Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
(→Dash) |
|||
(One intermediate revision by the same user not shown) | |||
Line 76: | Line 76: | ||
= BeamNG = | = BeamNG = | ||
* https://www.beamng.com/ | * https://www.beamng.com/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Carla = | = Carla = | ||
Line 264: | Line 258: | ||
See clone at https://github.com/rc-dukes/dash | See clone at https://github.com/rc-dukes/dash | ||
<source lang='bash'> | <source lang='bash'> | ||
− | npm install - | + | npm install --save-dev webpack |
− | npm | + | npm run build |
open index.html | open index.html | ||
</source> | </source> | ||
+ | Make sure Chrome browser is used | ||
+ | |||
= Speed Dreams = | = Speed Dreams = | ||
* http://www.speed-dreams.org/ | * http://www.speed-dreams.org/ | ||
Line 274: | Line 270: | ||
* https://www.politesi.polimi.it/bitstream/10589/83501/1/2013_10_Beni.pdf | * https://www.politesi.polimi.it/bitstream/10589/83501/1/2013_10_Beni.pdf | ||
* https://github.com/argos-research/speed-dreams | * https://github.com/argos-research/speed-dreams | ||
+ | = Torcs = | ||
+ | * https://en.wikipedia.org/wiki/TORCS | ||
+ | * https://sourceforge.net/projects/torcs/ | ||
+ | * http://www.sbgames.org/sbgames2013/proceedings/comp/04-short-paper-comptrack.pdf | ||
+ | * https://sites.google.com/site/universityofbrighton/torcs | ||
+ | * http://itsuite.it.brighton.ac.uk/jjl/reports/torcs1.pdf | ||
+ | |||
= Webots = | = Webots = | ||
<source lang='bash'> | <source lang='bash'> |