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 should really try to get your fix accepted into the upstream repository, and released through the official build farm.

It's possible to build debs by setting up a release repository using bloom and then manually invoking the deb build process, but if you install those debs, there's no guarantee that they'll persist across upgrades. For example, if the upstream rqt releases a new version with a higher version number than the deb you build, it will automatically replace your custom deb when someone runs 'apt-get upgrade'

The other alternative is not to try to build debs at all; just add your custom rqt package to your catkin workspace, and it will always override the system version.