-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change name to match python naming #1
Comments
this is not as simple as I thought before. Normal packages are supported in python 2 and 3 and ROS deb packages We can probably rename our package to "pyros_interfaces_common" from kinetic, to have all interfaces packages with a proper prefix in package. |
Or maybe we keep pyros_common as PyPI and pip name for now... even if we have 2 python packages named :
And we will change package name only once, when we move to python3 and can support python namespace packages in deb pkgs. |
Everything seems to work properly with our current packaging naming :
|
We now have a Renaming is on hold until we stabilize the structure of pyros, between "common" parts (code/data that will be serialized and passed around) and "interface" parts (code/data that stays in one process to interface). The interface parts are currently splitted in two because we have a base class, but there may be better ways to do interfaces/facades in python... |
This is because pyros structure has now changed to rely on namespace packages (from setuptools)
The text was updated successfully, but these errors were encountered: