Skip to content
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

Release audio_common into ROS Noetic? #132

Closed
sloretz opened this issue Apr 23, 2020 · 3 comments
Closed

Release audio_common into ROS Noetic? #132

sloretz opened this issue Apr 23, 2020 · 3 comments

Comments

@sloretz
Copy link

sloretz commented Apr 23, 2020

Would you mind releasing audio_common to ROS Noetic? It looks like all of its dependencies have been released, and recursively 16 repos need it.

I'm not sure how much work it will need. The Noetic Migration Guide or the guide about transitioning ROS packages to Python 3 may be useful.

@knorth55
Copy link
Member

@sloretz thank you, I'm working on it. #133
I'm not sure about python3 migration, so I need to search more.
i.e.
if we have catkin_install_python, we don't need install anymore?
I found following line in https://github.com/ros/catkin/blob/noetic-devel/doc/howto/format2/installing_python.rst, but I'm not perfectly sure what it means.

Note: As in setuptools, the packages list is not recursive, and sub-packages must be included explicitly (e.g. your_package.tools.my_util which would contain the python modules defined in the folder src/your_package/tools/my_util/, along with an __init__.py file).

@sloretz
Copy link
Author

sloretz commented Apr 24, 2020

if we have catkin_install_python, we don't need install anymore?

Correct. catkin_install_python() installs the script with a rewritten shebang.

I found following line in https://github.com/ros/catkin/blob/noetic-devel/doc/howto/format2/installing_python.rst, but I'm not perfectly sure what it means.

I think that's referring to the packages keyword argument to setup(). I don't think that note matters here since there is only one Python package: sound_play.

@sloretz
Copy link
Author

sloretz commented Apr 29, 2020

ros/rosdistro#24624

@sloretz sloretz closed this as completed Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants