py_trees_ros_viewer icon indicating copy to clipboard operation
py_trees_ros_viewer copied to clipboard

ROS2 Humble Update?

Open YBachmann opened this issue 11 months ago • 5 comments

Hey there,

I just wanted to ask if this project is still maintained and if there are any plans to release a version for newer ROS2 distros (like e.g. Humble)?

YBachmann avatar Mar 13 '24 09:03 YBachmann

I would like to join this question. I really hope it will maintained also in future. A humble update would be grat !

slyandsmart avatar Jun 28 '24 05:06 slyandsmart

sudo apt-get install libqt5webengine5 libqt5webenginewidgets5 python3-pyqt5.qtwebengine

pip install pyqtwebengine

git clone https://github.com/splintered-reality/py_trees_js.git git clone https://github.com/splintered-reality/py_trees_ros_viewer.git

colcon build --symlink-install

Now it should be working

py-trees-tree-viewer

This worked for me

Jielty123 avatar Jul 05 '24 08:07 Jielty123

Hi @Jielty123 I tried followed your instructions but got the following error, have you ever encountered the same problem? :)

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-ros'
failed to create drawable
failed to create drawable
[162815:162933:0829/140038.752053:ERROR:gl_surface_glx_qt.cpp(188)] glXCreatePbuffer failed.
[162815:162933:0829/140038.752071:ERROR:gpu_info_collector.cc(69)] gl::GLContext::CreateOffscreenGLSurface failed
[162815:162933:0829/140038.752076:ERROR:gpu_info_collector.cc(277)] Could not create surface for info collection.

nisan016 avatar Aug 29 '24 12:08 nisan016

Hi @Jielty123 I tried followed your instructions but got the following error, have you ever encountered the same problem? :)

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-ros'
failed to create drawable
failed to create drawable
[162815:162933:0829/140038.752053:ERROR:gl_surface_glx_qt.cpp(188)] glXCreatePbuffer failed.
[162815:162933:0829/140038.752071:ERROR:gpu_info_collector.cc(69)] gl::GLContext::CreateOffscreenGLSurface failed
[162815:162933:0829/140038.752076:ERROR:gpu_info_collector.cc(277)] Could not create surface for info collection.

Hi @nisan016, I never got this error so sadly I don't know where your Problem is. I tried it on a machine running Ubuntu 22.04 and obviously humble if this helps you in any way. Good Luck :)

Jielty123 avatar Aug 29 '24 15:08 Jielty123

I would need it for Humble as well, would be great if there is a workaround (I have not tried @Jielty123s method yet) or update for it. Thanks for the good work!

JohannesErnst avatar Sep 09 '24 08:09 JohannesErnst