Difference between revisions of "Vehicle simulation software"

From BITPlan Wiki
Jump to navigation Jump to search
Line 77: Line 77:
 
</pre>
 
</pre>
 
Retry on a 10.13.6 machine ...
 
Retry on a 10.13.6 machine ...
 +
<source lang='bash'>
 +
/usr/bin/xcodebuild -version
 +
Xcode 10.1
 +
Build version 10B61
 +
</source>
  
 
= BeamNG =
 
= BeamNG =

Revision as of 16:37, 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 ...

/usr/bin/xcodebuild -version
Xcode 10.1
Build version 10B61