Create (all) deb-packages of ROS distro
Hello,
in the group I'm working at we're started to use ROS 2 (currently Foxy) on (slightly modified) Debian (currently Buster). As REP 2000 specifies the platform is only supported by source code. This results in slightly different versions running on each developers PC and maintaining several installations. We would like to decrease the complexity by building the packages ourself.
Preferably would a be a solution where all ros-packages in a workspace would be build and packaged as deb.
For a package without dependencies to other packages (e.g. ament_package
) this can be done with bloom-generate
and fakeroot
.
However this has to been called manually for each package in the correct order and requires that rosdep is updated.
Is there a way to automate this for all ros-packages of a workspace?
regards Tobias