osrf / rvizweb

RVizWeb: RViz on the browser
285 stars 59 forks source link

Rviz for melodic version #25

Closed DhayaShekar closed 5 years ago

DhayaShekar commented 5 years ago

RVizWeb is not working for melodic version of ROS.Catkin_make install is failing.

jubeira commented 5 years ago

Hi @DhayaShekar; roswww hasn't been released for Melodic AFAIK, which is a required dependency. Once it is released we can check whether some other action is required to make it work.

DhayaShekar commented 5 years ago

Thanq.

dirk-thomas commented 5 years ago

Catkin_make install is failing.

Please include the exact error message you are getting.

athackst commented 5 years ago

I'm also using melodic. I can share the melodic dockerfile I used to do an initial check out if that's useful.

I had to grab the source for roswww, interactive_marker_proxy and depthcloud_encoder.

dirk-thomas commented 5 years ago

I had to grab the source for roswww, interactive_marker_proxy and depthcloud_encoder.

I would suggest to fill tickets upstream requesting a Melodic release.

jubeira commented 5 years ago

Ticket tracking (thanks @athackst!):


@DhayaShekar one small clarification: you can try running rvizweb in a Docker container using the docker image in the repository (see instructions). If you need it outside the container, then you will need those dependencies from source as pointed out above.

jubeira commented 5 years ago

@chapulina all the deps already have a PR open in rosdistro and will probably be merged soon. Would you please create a -release repository for rvizweb to use it with Bloom?

chapulina commented 5 years ago

Would you please create a -release repository for rvizweb to use it with Bloom?

@dirk-thomas created one, you should have all permissions: https://github.com/ros-gbp/rvizweb-release

jubeira commented 5 years ago

See https://github.com/osrf/rvizweb/issues/27#issuecomment-480425186; for now a binary release into melodic is not possible because of system dependency issues.