Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes warning message in Articulation config processing #699

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

locoxsoco
Copy link
Contributor

Description

Fixes #698

The sanity check compares the total actuator joints (total_act_joints) with the difference between the number of joints minus the number of fixed tendons (self.num_joints - self.num_fixed_tendons), but the warning message displays a comparison between total_act_joints and self.num_joints. This is misleading on complex robots that includes fixed tendons such as Franka hand.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Signed-off-by: Luis Carranza <luis.carranza@estudiantat.upc.edu>
@Dhoeller19 Dhoeller19 changed the title Fix warning message in _process_actuators_cfg in articulation.py Fixes warning message in Articulation config processing Jul 23, 2024
@Dhoeller19
Copy link
Collaborator

Thanks @locoxsoco!

@Dhoeller19 Dhoeller19 merged commit b52df73 into isaac-sim:main Jul 23, 2024
1 of 2 checks passed
fatimaanes pushed a commit to fatimaanes/omniperf that referenced this pull request Aug 8, 2024
# Description

Fixes isaac-sim#698

The sanity check compares the total actuator joints (total_act_joints)
with the difference between the number of joints minus the number of
fixed tendons (self.num_joints - self.num_fixed_tendons), but the
warning message displays a comparison between total_act_joints and
self.num_joints. This is misleading on complex robots that includes
fixed tendons such as Franka hand.

## Type of change

- Bug fix (non-breaking change which fixes an issue)
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

Fixes isaac-sim#698

The sanity check compares the total actuator joints (total_act_joints)
with the difference between the number of joints minus the number of
fixed tendons (self.num_joints - self.num_fixed_tendons), but the
warning message displays a comparison between total_act_joints and
self.num_joints. This is misleading on complex robots that includes
fixed tendons such as Franka hand.

## Type of change

- Bug fix (non-breaking change which fixes an issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants