rxbag python error when trying to display ladar data [closed]
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?