-
Notifications
You must be signed in to change notification settings - Fork 17
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
How to install ROS built with this package #16
Comments
You want to build it on one rpi, then copy the built files to the others to avoid the lengthy build? Do a catkin install build, tar/zip up the If you have custom ros packages you'll very likely have to modify their CMakeLists.txt to instruct the install build what files to install (like the contents of |
Thank you! |
Run this to do a catkin install build in each catkin workspace:
It will build everything into a catkin_ws/install (or base_catkin_ws/install or similar) directory, that's what you want to compress and copy to other computers. |
Ok. Thanks to you, I have the ROS built on Ubuntu 22.04 and my project build with the ROS. 🎉 🎉 🎉
Now I need to spread it over multiple RPis.
Can you please advise me how to install the build?
I mean how can I create installable package?
Thank you!
The text was updated successfully, but these errors were encountered: