-
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
Embed ROS core python packages #14
Comments
ie. We want to avoid this situation :
By falling back on an "embedded" version of rospy, installed along with pyros-rosinterface (as a dependency or other...) |
Note : rosimport now comes with genpy and genmsg, as pure python packages. We might not want to embed all ROS packages in here, but we might want to optionally depend on another wheel, that contains at least the basic packages, useful for testing ROS integration on a usual computer / VM / CI. |
We need also to decide where it is better to embed the code:
See : pyros-dev/rosimport#6 |
So that someone doesn't need to do the whole ROS setup mess, just to test simple pyros scripts...
One could just copy paster rospy here, but that would be troublesome from maintenance...
Or we could include a patched version from hte installer, or the package dependencies (maybe an option) ?
Anyway documentation would help as well.
The text was updated successfully, but these errors were encountered: