Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
(→Dash) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
| {{Link|target=https://en.wikipedia.org/wiki/BeamNG.drive|title=2015-05-29}} | | {{Link|target=https://en.wikipedia.org/wiki/BeamNG.drive|title=2015-05-29}} | ||
| | | | ||
− | | {{Link|target=https://stackoverflow.com/questions/tagged/beamng|title= | + | | {{Link|target=https://stackoverflow.com/questions/tagged/beamng|title=4}} |
| C# | | C# | ||
| {{Done}} | | {{Done}} | ||
Line 24: | Line 24: | ||
| ❌ | | ❌ | ||
|- | |- | ||
− | + | | {{Link|target=http://carla.org/|title=Carla}} | |
| {{Link|target=https://github.com/carla-simulator/carla|title=github}} | | {{Link|target=https://github.com/carla-simulator/carla|title=github}} | ||
| 2017-04 | | 2017-04 | ||
− | | 0.9. | + | | 0.9.7 2019-12-21 |
− | | {{Link|target=https://stackoverflow.com/questions/tagged/carla|title= | + | | {{Link|target=https://stackoverflow.com/questions/tagged/carla|title=14}} |
| C++ | | C++ | ||
| {{Done}} | | {{Done}} | ||
Line 40: | Line 40: | ||
| | | | ||
| Javascript | | Javascript | ||
− | | | + | | {{Done}} - Chrome Browser |
− | | | + | | {{Done}} - Chrome Browser |
− | | {{ | + | | {{Done}} - Chrome Browser |
|- | |- | ||
| {{Link|target=http://torcs.sourceforge.net/|title=TORCS}} | | {{Link|target=http://torcs.sourceforge.net/|title=TORCS}} | ||
Line 48: | Line 48: | ||
| {{Link|target=https://en.wikipedia.org/wiki/TORCS|title=1997}} | | {{Link|target=https://en.wikipedia.org/wiki/TORCS|title=1997}} | ||
| 1.3.7 2016-05-26 | | 1.3.7 2016-05-26 | ||
− | | {{Link|target=https://stackoverflow.com/questions/tagged/torcs|title= | + | | {{Link|target=https://stackoverflow.com/questions/tagged/torcs|title=5}} |
| C++ | | C++ | ||
| {{Done}} | | {{Done}} | ||
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'> |