Skip to content

feat(robot): default rollout actions to base frame - #576

Draft
ElmoPA wants to merge 1 commit into
rh/rollout-nodesfrom
rh/rollout-base-frame
Draft

feat(robot): default rollout actions to base frame#576
ElmoPA wants to merge 1 commit into
rh/rollout-nodesfrom
rh/rollout-base-frame

Conversation

@ElmoPA

@ElmoPA ElmoPA commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

rollout_step assumed the policy emits CAM-frame actions and undid that with the
extrinsics. That is right for a checkpoint trained through Eva.get_transform_list
(cartesian -> camframe; cartesian_wristframe_ypr -> camframe -> wrist frame), but
wrong for the fold pipeline, which applies no frame transform at all -- so the
model already predicts absolute base-frame poses. Undoing an encoding that was
never applied moves the arm smoothly to the wrong place with no error raised.

action_frame=base is now the default; cam restores the previous path for the
older checkpoints until those are refactored.

ElmoPA commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

rollout_step assumed the policy emits CAM-frame actions and undid that with the
extrinsics. That is right for a checkpoint trained through Eva.get_transform_list
(cartesian -> camframe; cartesian_wristframe_ypr -> camframe -> wrist frame), but
wrong for the fold pipeline, which applies no frame transform at all -- so the
model already predicts absolute base-frame poses. Undoing an encoding that was
never applied moves the arm smoothly to the wrong place with no error raised.

action_frame=base is now the default; cam restores the previous path for the
older checkpoints until those are refactored.
@ElmoPA
ElmoPA force-pushed the rh/rollout-base-frame branch from d7a2357 to 099b151 Compare August 17, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant