Skip to content

Compile error - imu_viz_node.py #1

Description

@gerowtj

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 *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions