-
Notifications
You must be signed in to change notification settings - Fork 3
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
dropping namespace package #13
Comments
The tentative release 0.1.1 still has a namespace package definition... |
Since rosimport, the python user is expected to use it, OR the usual ROS catkin system, to generate message python code. |
namespace has been dropped in #14 however this might create problems with catkin, since messages will be created in another folder (in devel and not in source), and with python2 namespace package is needed to unify both in same package... |
Closing since PR has been merged. If problems arise, they can be flagged as separate issues. |
Although quite practical to allow us to retrieve catkin generated messages even without sourcing ROS setup, it will prevent us from making a working ROS package for this (tested with pyros-dev/pyros-common#1).
So we need to turn this into a normal package, while keeping all our usecases working :
The text was updated successfully, but these errors were encountered: