larics / icuas22_competition

The main repository for the ICUAS 2022 UAV competition.
17 stars 4 forks source link

Unable to start server [bind: Address already in use]. There is probably another Gazebo process running. #1

Closed laxnpander closed 2 years ago

laxnpander commented 2 years ago

Hey hey,

I am currently trying to get the simulation running. However, when starting the docker and running the startup/challenge/start.sh I get the follow Gazebo exception:

Unable to start server [bind: Address already in use]. There is probably another Gazebo process running.

Any hint what might be causing it? I am running Ubuntu 20.04 with ROS noetic. Simulation runs as I said in the provided docker container.

Best regards, Alex

Edit 1: It's also saying something about conflicting gazebo version. So I guess somethings is not properly configured on my computer despite using docker?

Edit 2: Ah, I may have built the wrong docker file. Will update after that. Edit 3: Nope, still getting the same error.

laxnpander commented 2 years ago

Ah, outside the docker I had some gazebo server running already. Nevermind. But another error pops up. Different issue on that.