Make constraint island discovery on by default.
Also fix latent bug in mjData serialization. PiperOrigin-RevId: 799505349 Change-Id: I299e7cc8133fa2ec0b339a7ff3d02543e06778b1
This commit is contained in:
committed by
Copybara-Service
parent
4cf5c37211
commit
ec94bb49aa
@@ -62,7 +62,8 @@ const char* mjDISABLESTRING[mjNDISABLE] = {
|
||||
"Midphase",
|
||||
"Eulerdamp",
|
||||
"AutoReset",
|
||||
"NativeCCD"
|
||||
"NativeCCD",
|
||||
"Island"
|
||||
};
|
||||
|
||||
|
||||
@@ -72,8 +73,7 @@ const char* mjENABLESTRING[mjNENABLE] = {
|
||||
"Energy",
|
||||
"Fwdinv",
|
||||
"InvDiscrete",
|
||||
"MultiCCD",
|
||||
"Island"
|
||||
"MultiCCD"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user