ipa320 / rqt_frame_editor_plugin

An rqt plugin for creating, manipulating and managing tf frames.
MIT License
21 stars 11 forks source link

Add missing frame_editor import namespaces #30

Closed mintar closed 3 years ago

mintar commented 3 years ago

These missing namespaces caused errors in Python 3 (ROS Noetic).

This PR makes frame_editor work on Noetic. Also tested that it still works on Kinetic.

Also add a missing package.xml dependency on qt_gui_py_common.

ipa-lth commented 3 years ago

Looks good, thank you! I do not see why no, but does it work with melodic as well?

mintar commented 3 years ago

I haven't tested melodic, but since it works on Kinetic and Noetic, I'm pretty confident that it should work on Melodic as well.

ipa-lth commented 3 years ago

Good enough for me :-). Thanks!

mintar commented 3 years ago

That was quick and painless, thanks!