rxbag python error when trying to display ladar data [closed]

asked 2011-11-23 05:32:22 -0600

jimmycuff gravatar image

I'm not quite sure how to display ladar data using rxbag.

I tired to create a plot of sensor_msgs/LaserScan but when I click on "Configure" I get a huge spew of python errors in my terminal:

lot_configure_frame.py", line 313, in traverse
    PlotConfigureFrame.traverse(tree, child, function)
  File "/opt/ros/electric/stacks/visualization/rxbag_plugins/src/rxbag_plugins/plot_configure_frame.py", line 313, in traverse
    PlotConfigureFrame.traverse(tree, child, function)
  File "/opt/ros/electric/stacks/visualization/rxbag_plugins/src/rxbag_plugins/plot_configure_frame.py", line 313, in traverse
    PlotConfigureFrame.traverse(tree, child, function)
  File "/opt/ros/electric/stacks/visualization/rxbag_plugins/src/rxbag_plugins/plot_configure_frame.py", line 313, in traverse
    PlotConfigureFrame.traverse(tree, child, function)
  File "/opt/ros/electric/stacks/visualization/rxbag_plugins/src/rxbag_plugins/plot_configure_frame.py", line 311, in traverse
    if child:
  File "/usr/lib64/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 5055, in __nonzero__
    def __nonzero__(self): return self.IsOk() 
RuntimeError: maximum recursion depth exceeded

Any ideas as to what is wrong? My initial guess is that there are too many points to be displayed from the ladar.

Is there any other (or better) way to display ladar data from a bag file?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-02-03 07:42:31