Add constraint island discovery
PiperOrigin-RevId: 557067599 Change-Id: Ic41e1d0efef02b7a79142518afe49cf9d4e74725
This commit is contained in:
committed by
Copybara-Service
parent
e4dddea42a
commit
3e034e38b2
@@ -47,7 +47,8 @@ const char* mjLABELSTRING[mjNLABEL] = {
|
||||
"Selection",
|
||||
"SelPoint",
|
||||
"Contact",
|
||||
"ContactForce"
|
||||
"ContactForce",
|
||||
"Island"
|
||||
};
|
||||
|
||||
|
||||
@@ -81,6 +82,7 @@ const char* mjVISSTRING[mjNVISFLAG][3] = {
|
||||
{"Pertur&b Force", "0", "B"},
|
||||
{"Perturb &Object", "1", "O"},
|
||||
{"&Contact Point", "0", "C"},
|
||||
{"Island", "1", ""}, // TODO(b/295296178): turn off after islands are on by default.
|
||||
{"Contact &Force", "0", "F"},
|
||||
{"Contact S&plit", "0", "P"},
|
||||
{"&Transparent", "0", "T"},
|
||||
|
||||
Reference in New Issue
Block a user