-
Notifications
You must be signed in to change notification settings - Fork 40
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
Separate ROS and Python packages #176
Comments
Yes, that would be nice now that there are actually "stable" releases of this tool. The part that psyched me out about doing that is also not knowing how to make sure the pip dependencies of pyrobosim also get installed. Any ideas how to go about that? Because I couldn't figure it out / wasn't interested enough to dig further. Edit: to be clearer, I'm asking what the process would be to have ROS-free pyrobosim be installed when you apt-install the pyrobosim_ros binary? |
As of #246, at least now you can get around the Next up, the |
Rather than doing the full local setup it would be nice to be able to do the
pip
install of the package, and then just clone the ROS packages to get them to work together. That would be a good first step for releasing the ROS packages as binaries.The text was updated successfully, but these errors were encountered: