• 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
..
actuators Loading commit data...
app Loading commit data...
assets Loading commit data...
controllers Loading commit data...
devices Loading commit data...
envs Loading commit data...
managers Loading commit data...
markers Loading commit data...
scene Loading commit data...
sensors Loading commit data...
sim Loading commit data...
terrains Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...