If you want to build apollo on your computer, please start with README.md
If you don't want to build apollo and only want to run it for offline demo, please refer apollo/docs/demo_guide/README.md.
If you are a user and would like to install and build Apollo, please refer apollo/docs/quickstart/apollo_1_0_quick_start.md.
If you are a developer and would like to build the Apollo Kernel, the Robot Operating System (ROS), and Apollo, please refer apollo/docs/quickstart/apollo_1_0_quick_start_developer.md.
-
Please make sure you followed the guidance in the correct help document as listed in the first question.
-
Please make sure you followed exactly the same steps in the document.
-
Currently, build can only be done on Linux, we recommend Ubuntu 14.04.
-
Please double check the internet setting on your computer is correct.
-
Please allocate sufficient memory for your computer. It is recommended to have > 1GB memory.
So far, many build problems are related to environment setting. You can run the script to get your environment: bash scripts/env.sh >& env.txt and provide the content of env.txt in your post.
8887: HMI 8888: Dreamview
The ROS package will be downloaded when you start to build apollo with command bash apollo.sh build. Please run command source /apollo/scripts/apollo_base.sh inside docker to set up the ROS environment after build is complete, and then you can run ROS related comands, such as rosbag, rostopic and so on.
Log into the docker with command bash docker/scripts/dev_into.sh, and run command bash apollo.sh clean.
Log into the docker with command bash docker/scripts/dev_into.sh, and run command bazel clean --expunge. After this command, the build command bash apollo.sh build will redownload all the dependent packages according to the WORKSPACE file.