Rename inteval attribute in mjLROpt to interval.
PiperOrigin-RevId: 509275105 Change-Id: I0ffb9cf485a504843ed255f0b4f24e9285a1c273
This commit is contained in:
committed by
Copybara-Service
parent
db28c31f05
commit
ace5b74f83
@@ -508,7 +508,7 @@ int mj_setLengthRange(mjModel* m, mjData* d, int index,
|
||||
}
|
||||
|
||||
// update limits
|
||||
if (d->time > opt->inttotal-opt->inteval) {
|
||||
if (d->time > opt->inttotal-opt->interval) {
|
||||
if (len<lmin[side] || !updated) {
|
||||
lmin[side] = len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user