Skip to content

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

Draft
andrewwhitecdw wants to merge 1 commit 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 1 commit 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

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