ROS and binaries deployment
Hi all,
I often have the need to arrange demos involving robots. What I would like to do is to somehow freeze the whole ROS environment, by exporting all the dependent ROS packages associated to my demo, in order to get a standalone self-contained demo version that I can run at every moment, without dealing with ROS updates, my own package updates, and so on.
In a nutshell, I'm looking for any ROS approach to move from development to production without wasting too much time.
Any idea about this?
Thanks Gabriele
Demos are run on a single robot, but many different users might run the same demo over time. One problem is that our own packages are very often changed. On the other hand, even upgrading ROS might introduce inconsistencies in the code. That's why I'm looking for freezing the whole environment.