[ros-users] [Discourse.ros.org] [Next Generation ROS] Diagnostic-aggregator and diagnostic-updater porting to ROS2

Dirk Thomas via Discourse.ros.org ros.discourse at gmail.com
Tue Jan 22 18:40:35 UTC 2019



[quote="trainman419, post:11, topic:6382"]
can you provide any references or tutorials on how to set up CI for ROS2 packages?
[/quote]

There is no difference between ROS 1 and ROS 2 in that regards. You can do any of the following:

* Register the repository in the rosdistro database and the buildfarm will optionally build each commit on the target branch and/or every pull request against that target branch. This approach requires dependencies to be released and available as Debian packages.
* Use Travis (or any other service) to invoke a build of the repository using the `ros_buildfarm` scripts. This can e.g. do a prerelease build which can span multiple not yet released repositories.
* Manage your own custom build logic.





---
[Visit Topic](https://discourse.ros.org/t/diagnostic-aggregator-and-diagnostic-updater-porting-to-ros2/6382/12) or reply to this email to respond.




More information about the ros-users mailing list