Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
Line 89: | Line 89: | ||
sudo ln -s gnproc nproc | sudo ln -s gnproc nproc | ||
sudo ln -s python2.7 python2 | sudo ln -s python2.7 python2 | ||
+ | sudo ln -s python3.7 python3 | ||
cd carla-mac | cd carla-mac | ||
python2 --version | python2 --version | ||
Python 2.7.16 | Python 2.7.16 | ||
+ | python3 --version | ||
+ | Python 3.7.4 | ||
make launch | make launch | ||
'boost/date_time/posix_time/posix_time_types.hpp' file not found | 'boost/date_time/posix_time/posix_time_types.hpp' file not found |