1 Star 0 Fork 2

Morgenlin / apollo

forked from ZJURLMirrors / apollo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FAQ.md 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
David Ke Hong 提交于 2018-01-20 17:33 . Update FAQ.md

FAQ

I am new to the Apollo project, where do I start?

You have several options:

How to debug build problems?

  1. Carefully review the instructions in the documentation for the option that you selected to get started with the Apollo project.

  2. Make sure that you follow the steps in the document exactly as they are written.

  3. Use Ubuntu 14.04 as the build can only be implemented using Linux.

  4. Verify that the Internet setting is correct on your computer.

  5. Allocate more than 1GB of memory, at the recommended minimum, for your computer.

  6. If roscore cannot start in apollo docker, you may need to tune the master start timeout value in ROS. You may want to check a related user-reported issue for more details.

If I cannot solve my build problems, what is the most effective way to ask for help?

Many build problems are related to the environment settings.

  1. Run the script to get your environment: bash scripts/env.sh >& env.txt

  2. Provide the content of env.txt in your post.

Which ports must be whitelisted to run Apollo in a public cloud instance?

Use these ports for HMI and Dreamview:

  • 8888: Dreamview

Why there is no ROS environment in dev docker?

The ROS package is downloaded when you start to build apollo: bash apollo.sh build.

  1. Run the following command inside Docker to set up the ROS environment after the build is complete: source /apollo/scripts/apollo_base.sh

  2. Run ROS-related commands such as rosbag, rostopic and so on.

How do I clean the existing build output?

Follow these steps:

  1. Log into Docker using the command: bash docker/scripts/dev_into.sh

  2. Run the command: bash apollo.sh clean

How do I delete the downloaded third party dependent packages?

Follow these steps:

  1. Log into Docker using the command: bash docker/scripts/dev_into.sh

  2. Run the command: bazel clean --expunge The build command, bash apollo.sh build, then downloads all of the dependent packages according to the WORKSPACE file.

1
https://gitee.com/morgenlin/apollo.git
git@gitee.com:morgenlin/apollo.git
morgenlin
apollo
apollo
master

搜索帮助