ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can create debs (debain packages) for your package by releasing it to the ROS build farm with bloom.

This means that your source code will be public, and the ROS build farm will download your source code, build binary packages, and make them available through apt on the ROS apt repository.

If you want to keep your source code private you'll need to run your own build server and host your own apt repository.