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
I was writing a c++ wrapper for meshcat and and was successfully able to display meshes. I ran into trouble while displaying a 3d point cloud and have been stuck at it for the past few days. Although it appears that meshcat is able to receive the json object when sent using ZMQ, it isn't displaying anything on the display. My guess is that json format is incorrect. Could you please let me know if I am missing a parameter to display a 3d point cloud (or messing up the expected data format) :
I was writing a c++ wrapper for meshcat and and was successfully able to display meshes. I ran into trouble while displaying a 3d point cloud and have been stuck at it for the past few days. Although it appears that meshcat is able to receive the json object when sent using ZMQ, it isn't displaying anything on the display. My guess is that json format is incorrect. Could you please let me know if I am missing a parameter to display a 3d point cloud (or messing up the expected data format) :
The text was updated successfully, but these errors were encountered: