Difference between revisions of "Vehicle simulation software"

From BITPlan Wiki
Jump to navigation Jump to search
Line 56: Line 56:
 
* http://carla.org/
 
* http://carla.org/
 
* https://github.com/carla-simulator/carla
 
* https://github.com/carla-simulator/carla
== Installation trial on Mac OS 10.9.5 ==
+
== Installation trial on Mac OS 10.9.5 / 10.13.6 ==
 
see also https://github.com/carla-simulator/carla/issues/150
 
see also https://github.com/carla-simulator/carla/issues/150
 
<source lang='bash'>
 
<source lang='bash'>
Line 76: Line 76:
 
   Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest
 
   Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest
 
</pre>
 
</pre>
 +
Retry on a 10.13.6 machine ...
  
 
= BeamNG =
 
= BeamNG =

Revision as of 16:18, 20 July 2019

[edit]

As of 2019-07-15:

Software Sources Since/Wikipedia Latest Stackoverflow Language Windows Linux MacOS
Carla github 2017-04 0.9.6 2019-07-12 3 C++ Open issue
BeamNG BeamNG.research 2015-05-29 3 C#
TORCS sourceforge 1997 1.3.7 2016-05-26 4 C++ ❌ (Intel)
Speed Dreams sourceforge 2010-03-27 2.2.1 2016-04-19 - C++
[edit]

Installation trial on Mac OS 10.9.5 / 10.13.6

see also https://github.com/carla-simulator/carla/issues/150

git clone https://github.com/carla-simulator/carla
cd carla
make launch
clang 7 is required, but it's not installed.
make: *** [setup] Error 1
sudo port install clang-7.0 coreutils
cd /opt/local/bin
sudo ln -s gtac tac
cd carla
./Update.sh

Epic Games Launcher does not run on Mac OS 10.9.5

Dyld Error Message:
  Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest

Retry on a 10.13.6 machine ...