You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our organization, we would like to use jupyterlab-zethus, but we have a problem with the visualization of markers. If I run jupyterlab with jupyterlab-zethus I can connect to my roscore and jupyterlab receives the TF and visualization_marker_array messages, but the meshes of the robot are not visualized in Zethus. In RVIZ I can visualize it and see the robot with the meshes.
Is it in general possible to visualize Markers with meshes in jupyterlab-zethus (or also in Zethus in general)?
The text was updated successfully, but these errors were encountered:
Thanks for the fast answer! I could provide a rosbag, but if you give me a hint where to implement it, I could also try to add this type of markers myself and create a PR.
That'll be great :)
The marker code for each type is available here. Need to add a primitive for the marker mesh in this folder.
There's code in the example folder to visualize a marker. You'll need to run the examples locally and update the topic name in the above file.
There's an incomplete branch with updated code I tried a few months ago but couldn't find the time to complete. It is a more recent version but some of the visualizations have issues since threejs moved from Geometry to BufferGeometry.
If any of it is not clear, please let me know. I will try to clarify and provide more details.
Hello,
in our organization, we would like to use jupyterlab-zethus, but we have a problem with the visualization of markers. If I run jupyterlab with jupyterlab-zethus I can connect to my roscore and jupyterlab receives the TF and visualization_marker_array messages, but the meshes of the robot are not visualized in Zethus. In RVIZ I can visualize it and see the robot with the meshes.
Is it in general possible to visualize Markers with meshes in jupyterlab-zethus (or also in Zethus in general)?
The text was updated successfully, but these errors were encountered: