rviz: AttributeError: 'module' object has no attribute 'VisualizationFrame'
Hello, I'm trying to explore rviz for line visualization. I am trying to follow the tutorial from http://docs.ros.org/hydro/api/rviz_python_tutorial/html/#running , but when I try to execute the file, I get an error
AttributeError: 'module' object has no attribute 'VisualizationFrame'
I'm not sure why I'm getting this error. I'm using ros-indigo.
Please help.
Asked by fayazvf on 2016-03-05 00:51:24 UTC
Comments
I've encountered the same error. Have you found out any solution?
Asked by pranav_jain on 2021-04-12 07:45:23 UTC
In ros noetic import rviz has to be renamed to from rviz import bindings as rviz
Asked by Aradra on 2021-05-18 07:13:03 UTC
i am getting this error can somebody help with this
Asked by ar7 on 2022-12-21 09:45:42 UTC