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
A recent commit (7ce3355) causes smach_viewer.py to crash with the following:
Traceback (most recent call last):
File "/opt/ros/indigo/lib/smach_viewer/smach_viewer.py", line 974, in <module>
main()
File "/opt/ros/indigo/lib/smach_viewer/smach_viewer.py", line 964, in main
frame = SmachViewerFrame()
File "/opt/ros/indigo/lib/smach_viewer/smach_viewer.py", line 522, in __init__
self.widget = xdot.wxxdot.WxDotWindow(graph_view, -1)
AttributeError: 'module' object has no attribute 'wxxdot'
The text was updated successfully, but these errors were encountered:
Hello,
A recent commit (7ce3355) causes smach_viewer.py to crash with the following:
The text was updated successfully, but these errors were encountered: