Add return values to private mjJCJoint methods.
PiperOrigin-RevId: 661438758 Change-Id: I08a77eb878703610ead526040d86f3f3fccb080b
This commit is contained in:
committed by
Copybara-Service
parent
466368efc6
commit
e397fcb5a5
@@ -1789,6 +1789,7 @@ int mjCJoint::nq(mjtJoint joint_type) {
|
||||
case mjJNT_HINGE:
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -1803,6 +1804,7 @@ int mjCJoint::nv(mjtJoint joint_type) {
|
||||
case mjJNT_HINGE:
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user