Skip to content

fix: test calls undefined get_desired_rpy instead of get_franka_rpy - #21

Draft
andrewwhitecdw wants to merge 2 commits into
NVlabs:mainfrom
andrewwhitecdw:bugfix/metrics-features-utils-test-60d38428
Draft

fix: test calls undefined get_desired_rpy instead of get_franka_rpy#21
andrewwhitecdw wants to merge 2 commits into
NVlabs:mainfrom
andrewwhitecdw:bugfix/metrics-features-utils-test-60d38428

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: test calls undefined get_desired_rpy instead of get_franka_rpy

Fix

Replace:

    _, rpy_actual = utils.metrics_features_utils.get_desired_rpy(reorient_quat, grasp_quat)

with:

    _, rpy_actual = utils.metrics_features_utils.get_franka_rpy(grasp_quat)

Files changed

  • tests/utils/metrics_features_utils_test.py

andrewwhitecdw and others added 2 commits July 27, 2026 07:30
Auditor: The call was updated to get_franka_rpy, but the test function name, docstring, and unused reorient_quat variable still reference get_desired_rpy, leaving the test inconsistent and incomplete.
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