When using MeasureGait10GRF15.scone from the examples, the gait measure component becomes quite large, which makes the effort measure less important. Here is the breakdown:
Code: Select all
Result = 42.6189
CompositeMeasure = 42.6189
Gait = 41.8466 <- 100 * (0.418466 > 0.05)
step_velocity = 0.61777
step_count = 66
Effort = 0.663531 <- 0.1 * 6.63531
effort = 18583.1
distance = 37.5767
DofLimits = 0
ankle_angle_l = 0 <- 0.1 * 0
ankle_angle_r = 0 <- 0.1 * 0
knee_angle_l = 0 <- 0.01 * (3.13504 > 5)
knee_angle_r = 0 <- 0.01 * (3.18946 > 5)
GRF = 0.10877 <- 10 * 0.010877
(The large font size of some GUI elements happens when I switch from laptop screen to external monitor. It would be nice if Scone would not do that...)
The walking speed is (on average) quite close to the minimum required speed of 1.0 m/s, so I would like to have more of the composite measure come from the effort, as in the 10-second gait example that came with Scone.
Does this have anything to do with simulating more than 10 seconds? Is there something in my simulation that causes the step velocity to be calculated incorrectly?
I can just reduce the weight of the GaitMeasure but first I want to make sure that the measure is calculated correctly. Otherwise it may try to walk faster than 1.0 m/s.
It would help to know more detail about how the GaitMeasure is calculated.
I used SCONE version 2.2.1.2726.
Ton van den Bogert