apollo: can not connect to http://localhost:8887/

I do as follow

bash docker/scripts/install_docker.sh
docker ps  
bash docker/scripts/dev_start.sh
bash docker/scripts/dev_into.sh
bash scripts/hmi.sh

and then

...
[WARNING] Failed to find device with pattern "ttyUSB*" ...
...
[WARNING] Failed to find device with pattern "ram*" ...
...
...
Start roscore...
HMI ros node service running at localhost:8887
HMI running at http://localhost:8887

but I can not connect to can not connect to http://localhost:8887/

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 28 (14 by maintainers)

Commits related to this issue

Most upvoted comments

@ycool I have the same issue, and I dont miss the “bash apollo.sh build”, which says [OK] Build passed! and when I typed bash scripts/hmi.sh, there is no warning, just Start roscore... HMI ros node service running at localhost:8887 HMI running at http://localhost:8887 And I cannot connect to http://localhost:8887/ Thanks in advance!

@wz18 @s7ev3n Can you try to install the missing packages with the following commands, and see if it solves the problem

#inside dev docker
 sudo apt-get install python-gevent
 sudo pip install grpcio
 sudo pip install -r modules/tools/py27_requirements.txt

It looks like a bug, and we will fix it soon. Thank you for reporting this problem.