feat: prepare bridge for bloom release to rosdistro#8
Merged
Conversation
Move canonical mavgen output into the bridge package (bridge/rosbot_mavlink_bridge/mavlink_dialect/) so bloom source tarballs are self-contained — bloom archives only the package subtree. Firmware (PlatformIO) reads from the same location via include path; single source of truth, no mirror. Release workflow now bumps bridge <version> in lockstep with firmware (suffix-stripped per bloom rules) and runs a bridge-bloom-release job that pushes to husarion/rosbot_mavlink_bridge-release and opens the rosdistro PR via the HUSARION_BOT App.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare `rosbot_mavlink_bridge` for apt-installable distribution via bloom / rosdistro, with single canonical location for the MAVLink dialect headers.
Paired PR in `rosbot_ros`: husarion/rosbot_ros#179 (declares the bridge as an `exec_depend` of `rosbot_bringup`).
One-shot setup needed before bloom job runs green
Full checklist also lives in the `bridge-bloom-release` job comment.
Test plan