Ros deployment
Hi!
We are nearing the deployment stage of our system and I'm wondering what the best way is to handle this. We are using docker for our deployments and want to keep these as small as possible. So we want to only include compiled code (and python code).
I have understood from other questions that you can use catkin_make install and copy over the install folder and then source that as usual. But does this include python code? Or only compiled code? How should you handle the python code?
What is minimally needed by ros at runtime? Are there things you can exclude when you have built everything and just need runtime dependencies?
Asked by -melchizedek- on 2021-02-02 17:38:49 UTC
Answers
Have you checked bloom?
Asked by Serafadam on 2021-02-03 07:09:13 UTC
Comments
Hi! Yes, but it seems to be geared more towards public packages. This is for our own deployment.
Asked by -melchizedek- on 2021-02-03 09:00:58 UTC
Comments