backend: add end-effector pose write support to TrossenMCAP#268
Open
abhichothani42 wants to merge 1 commit into
Open
backend: add end-effector pose write support to TrossenMCAP#268abhichothani42 wants to merge 1 commit into
abhichothani42 wants to merge 1 commit into
Conversation
This was referenced Jun 28, 2026
Collaborator
Author
This was referenced Jun 28, 2026
abhichothani42
marked this pull request as ready for review
June 28, 2026 21:30
4 tasks
abhichothani42
force-pushed
the
eef-02-mcap-backend
branch
from
July 14, 2026 06:00
a28abec to
f1d0e36
Compare
abhichothani42
force-pushed
the
eef-01-record-and-proto
branch
from
July 14, 2026 06:00
3d212f9 to
517e781
Compare
This was referenced Jul 14, 2026
This was referenced Jul 14, 2026
abhichothani42
force-pushed
the
eef-01-record-and-proto
branch
from
July 17, 2026 14:48
517e781 to
b70c835
Compare
abhichothani42
force-pushed
the
eef-02-mcap-backend
branch
from
July 17, 2026 14:48
f1d0e36 to
47be47e
Compare
Wires EndEffectorPoseRecord into the MCAP writer: channel creation, serialization, write dispatch, schema registration, and a stat counter. Follows the same pattern as Odometry2DRecord.
abhichothani42
force-pushed
the
eef-01-record-and-proto
branch
from
July 17, 2026 15:21
b70c835 to
61fcb75
Compare
abhichothani42
force-pushed
the
eef-02-mcap-backend
branch
from
July 17, 2026 15:21
47be47e to
4830caf
Compare
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
Wires
EndEffectorPoseRecordinto the MCAP writer so that once the arm producer starts emitting these records (next PR), they are serialized and stored correctly. Follows the same pattern asOdometry2DRecord.Changes
end_effector_pose_topic()helper totrossen_mcap_schemas.hpp— returns<stream_id>/end_effector/pose.end_effector_pose_writtenstat counter, schema string member, and method declarations toTrossenMcapBackend.ensure_end_effector_pose_channel(),write_end_effector_pose_record(), dispatch inwrite()andwrite_batch(), schema registration, and cleanup inclose_resources().Test Plan
make build)make test)pre-commit run --all-files)Breaking Changes
None.
Related Issues
Part of the end-effector pose recording feature stack.