Apollo: Ubuntu16.04 dreamview vehicle won't move

Created on 26 Apr 2019  Â·  3Comments  Â·  Source: ApolloAuto/apollo

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 14.04): Ubuntu 16.04
  • Apollo installed from (source or binary): source
  • Apollo version (1.0, 1.5, 2.0, 2.5, 3.0): 3.5

Steps to reproduce the issue:

  • Please use bullet points and include as much details as possible:
  • bash ./docker/scripts/dev_start.sh
  • bash ./docker/scripts/dev_into.sh
  • bash ./apollo.sh build
  • bash scripts/bootstrap.sh
  • Tasks: Sim Control: ON
  • Module Controller: Routing: ON
  • Module Controller: Planning: ON
  • Default Routing Sunnyvale Loop: ON
  • Gives me the screen shot below. Planning automatically OFF.

Supporting materials (screenshots, command lines, code/script snippets):

ubuntu16_dreamview_output

Simulation & Dreamview Help wanted

All 3 comments

One of my machines worked after following #6811 !
The main case seems "git lfs" issue.

  • Outside of the docker
cat modules/dreamview/frontend/dist/app.bundle.js 
git lfs fetch --all
git lfs pull
cat modules/dreamview/frontend/dist/app.bundle.js
bash docker/scripts/dev_into.sh
  • Inside of the docker
bash apollo.sh build
bash scripts/bootstrap.sh

I will check the another machine also.
If it works, I will close this issue.

Thank you in advance!

@kttnk thank you for posting a possible fix. If it is a Git LFS issue, we do recommend cleaning your system of the download, and re-downloading Git LFS before downloading Apollo once again. Let us know if you have any issues in the mean time. Thanks!

I conformed this solution works with another machine.
Closing...

Was this page helpful?
0 / 5 - 0 ratings