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
file: imu_viz_node.py
line 46 the "t" is capitalized. I received and error when trying to run the file on Ubuntu.
To resolve I changed the line 46: from Tkinter import *
to from tkinter import *
file: imu_viz_node.py
line 46 the "t" is capitalized. I received and error when trying to run the file on Ubuntu.
To resolve I changed the line 46:
from Tkinter import *to
from tkinter import *