feat(pj_base): add PJ.PosesInFrame builtin schema (0.8.0)#121
Merged
Conversation
Canonical array-of-poses type (geometry_msgs/PoseArray, foxglove.PosesInFrame): timestamp, frame_id, poses[]. Deliberately carries no styling - arrow/triad shape and scale are viewer-side decisions. Wire format mirrors foxglove.PosesInFrame field-for-field. - kPosesInFrame = 17 in BuiltinObjectType and the C ABI enum, sentinel-pinned; PJ_ABI_VERSION unchanged (additive change) - hand-rolled wire codec via the builtin_wire Pose/Timestamp helpers - version 0.7.0 -> 0.8.0; ABI baseline untouched (additions only) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
New canonical builtin type
PJ.PosesInFrame— an array of poses in a single reference frame (geometry_msgs/PoseArray,foxglove.PosesInFrame, AMCL particle clouds). The schema deliberately carries no styling fields: how poses are drawn (arrows vs XYZ triads, size, color) is a viewer-side decision, matching how Foxglove (PosesInFrame + panel settings) and Rerun (InstancePoses3D + instanced geometry) model the same data.foxglove.PosesInFramefield-for-field (timestamp=1, frame_id=2, poses=3)PJ::sdk::PosesInFrame+ hand-rolled wire codec on the sharedbuiltin_wirePose/Timestamp helperskPosesInFrame = 17inBuiltinObjectTypeand the C ABI enum, pinned by the layout-sentinel test;PJ_ABI_VERSIONuntouched (additive)abi/baseline.abiuntouched — canary DSO verified to carry zero new symbols/DWARF entries, so the abidiff gate outcome is unchangedbuiltin_type.mdsection + type-erasure row, proto README, CLAUDE.md countsConsumers (separate PRs, dependency-ordered): PJ4
PosesInFrameLayer(instanced arrows/triads with live styling) and pj-official-plugins parsers forgeometry_msgs/PoseArray+foxglove.PosesInFrame.Testing
w=1default-quaternion edge, empty poses, and truncated nested-message error🤖 Generated with Claude Code