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
Hey, I run my code but I got the following error message:
File "xxx/body_visualizer/src/body_visualizer/mesh/mesh_viewer.py", line 148, in render
color_img, depth_img = self.viewer.render(self.scene, flags=flags)
AttributeError: 'Viewer' object has no attribute 'render'. Did you mean: '_render'?
The text was updated successfully, but these errors were encountered:
Hey, I run my code but I got the following error message:
File "xxx/body_visualizer/src/body_visualizer/mesh/mesh_viewer.py", line 148, in render
color_img, depth_img = self.viewer.render(self.scene, flags=flags)
AttributeError: 'Viewer' object has no attribute 'render'. Did you mean: '_render'?
The text was updated successfully, but these errors were encountered: