pyros-dev / pyros-msgs

ROS messages and service definitions for use with pyros
MIT License
0 stars 3 forks source link

Do not use custom import hooks to not risk to break python2 #22

Closed asmodehn closed 6 years ago

asmodehn commented 7 years ago

This is suitable before we make a ros package out of this...

asmodehn commented 7 years ago

rosimport is actually only used in tests. moving tests outside of the package seems to be an acceptable solution... We can assume that someone wanting to test the package will retrieve the source, and there is little point in embedding tests inside the package.

asmodehn commented 7 years ago

This has been done in https://github.com/asmodehn/pyros-msgs/pull/14, but more testing is needed...

asmodehn commented 6 years ago

Closing since the PR has been merged.