Jeffrey599

Results 2 comments of Jeffrey599

I had the similar issue and I built the apollo 8.0 from source code (I did it like 7.0, and this was mentioned in Apollo 8.0 guide document). No message...

1. I built Apollo with the following command: git clone https://github.com/ApolloAuto/apollo.git cd ~/apollo bash docker/scripts/dev_start.sh bash docker/scripts/dev_into.sh bash apollo.sh build_opt_gpu_ 2. Run Apollo in another terminal cd ~/apollo bash docker/scripts/dev_into.sh...