lgsvl / lanefollowing

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

rosbridge: command not found #14

Open carlagx opened 3 years ago

carlagx commented 3 years ago

When I try to execute "docker-compose up drive", I get this error: "rosbridge: command not found" Is this a problem from ROS2 "dashing" or rather lgsvl docker?

I have already contacted ros answers and received this reply: "Almost definitely an issue with their docker image. It's a wild guess, but it seems quite plausible that this is related to their latest commit, and in particular this change."

carlagx commented 3 years ago

I have now solved the first error "rosbridge: command not found". There is no dashing version ros-dashing-desktop=0.7.3-1. I build the docker image with ros-dashing-desktop and he now finds rosbridge command. I'm unsure if the specific version is is necessary.