Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
<source lang='bash'> | <source lang='bash'> | ||
git clone https://github.com/carla-simulator/carla | git clone https://github.com/carla-simulator/carla | ||
+ | cd carla | ||
make launch | make launch | ||
clang 7 is required, but it's not installed. | clang 7 is required, but it's not installed. | ||
Line 66: | Line 67: | ||
cd /opt/local/bin | cd /opt/local/bin | ||
sudo ln -s gtac tac | sudo ln -s gtac tac | ||
+ | cd carla | ||
+ | ./Update.sh | ||
</source> | </source> | ||
* https://www.epicgames.com/unrealtournament/download | * https://www.epicgames.com/unrealtournament/download |