• Luis Carranza's avatar
    Fixes warning message in Articulation config processing (#699) · b52df735
    Luis Carranza authored
    # 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)
    b52df735
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
docker Loading commit data...
docs Loading commit data...
source Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.flake8 Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
isaaclab.bat Loading commit data...
isaaclab.sh Loading commit data...
pyproject.toml Loading commit data...