lgsvl / lanefollowing

ROS2 End-to-End Lane Following Model with SVL Simulator
Other
49 stars 16 forks source link

set up error #2

Closed berkuva closed 5 years ago

berkuva commented 5 years ago

After cloning the repo and pulling the latest lgsvl Docker image, when running the set up steps:

docker-compose up build
docker-compose up drive
docker-compose up drive_visual

I get an error shown below. The build step seems to work, but not drive and drive_visual. It seems as if the error is identical for each step, occurring at line 165 of events.js. How can I fix this and start collecting data? thank you.

Screenshot from 2019-04-16 18-05-26

martins-mozeiko commented 5 years ago

It sounds like some other process is already listening on 9090 port (EADDRINUSE).

Are you running rosbridge on same machine? Check if there are any other docker containers running and stop them if they are.