arm: emit end-effector pose from TrossenArmProducer#269
Open
abhichothani42 wants to merge 2 commits into
Open
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-03-arm-producer
branch
from
July 14, 2026 06:00
47e54e3 to
b2a9bf4
Compare
This was referenced Jul 14, 2026
This was referenced Jul 14, 2026
abhichothani42
force-pushed
the
eef-03-arm-producer
branch
from
July 17, 2026 14:48
b2a9bf4 to
56ffa73
Compare
abhichothani42
force-pushed
the
eef-02-mcap-backend
branch
from
July 17, 2026 14:48
f1d0e36 to
47be47e
Compare
TrossenArmProducer now co-emits an EndEffectorPoseRecord alongside each JointStateRecord. Both records share the same timestamp and sequence number. Position comes from the arm driver's forward kinematics output; gripper position is read from the joint state.
abhichothani42
force-pushed
the
eef-03-arm-producer
branch
from
July 17, 2026 15:21
56ffa73 to
fa58629
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
TrossenArmProducernow co-emits anEndEffectorPoseRecordalongside eachJointStateRecord.Changes
EndEffectorPoseRecordperpoll()call. Position fields[x, y, z, rx, ry, rz]come from the arm driver's forward kinematics output;gripper_positionfrom the joint state.seqand timestamp so they can be aligned trivially in downstream tooling.cartesian.positions.size() >= 6to skip partial reads during startup.Test Plan
make build)make test)pre-commit run --all-files)Breaking Changes
None. Existing MCAP recordings are unaffected. New recordings gain one additional topic per arm.
Related Issues
Part of the end-effector pose recording feature stack.