rviz: AttributeError: 'module' object has no attribute 'VisualizationFrame'

asked 2016-03-04 23:51:24 -0500

fayazvf gravatar image

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_py... , 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.

edit retag flag offensive close merge delete

Comments

I've encountered the same error. Have you found out any solution?

pranav_jain gravatar image pranav_jain  ( 2021-04-12 07:45:23 -0500 )edit
4

In ros noetic import rviz has to be renamed to from rviz import bindings as rviz

Aradra gravatar image Aradra  ( 2021-05-18 07:13:03 -0500 )edit

i am getting this error can somebody help with this

ar7 gravatar image ar7  ( 2022-12-21 08:45:42 -0500 )edit