Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
(→Carla) |
(→Carla) |
||
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 == | ||
+ | see also https://github.com/carla-simulator/carla/issues/150 | ||
<source lang='bash'> | <source lang='bash'> | ||
+ | git clone https://github.com/carla-simulator/carla | ||
+ | make launch | ||
+ | clang 7 is required, but it's not installed. | ||
+ | make: *** [setup] Error 1 | ||
sudo port install clang-7.0 | sudo port install clang-7.0 | ||
</source> | </source> |