dheera / rosboard

ROS node that turns your robot into a web server to visualize ROS topics
Other
822 stars 161 forks source link

Unable to start rosboard #89

Open pringithub opened 2 years ago

pringithub commented 2 years ago

Hi,

I pulled the package, ran ./run, and went to localhost:8888. The browser tries to load (spinning semicircle in chrome) without sucess. Using python 3.6.9

lmark1 commented 2 years ago

Hello,

Same thing is happening to me.

I was able to use rosboard normally ~28 commits ago. When I pulled the new changes I am able to run it but as @pringithub said localhost:8888 is not responding.

Using

For the record, I ran a "hello world" Tornado web application and it's working as expected.

augad17 commented 2 years ago

Having the same issue. Changed the ROS master and now the localhost:8888 is just continuously loading

lmark1 commented 2 years ago

I managed to successfuly ran it inside a Docker container so it's probably some dependency issue with my environment. Dockerfile I used.