Acknowledged

walkingStepLength runningStepLength doc bug

doc says

var runningStepLength as Lang.Number or Null

Running step length in millimeters (mm)

I think should in be cm.

Parents
  • The value is supposed to be in mm as documented. As mentioned, this is a simulator issue. The simulator default value appears to have been specified in cm (90 and 120) and stores the values internally as centimeters.

    Based on my review of the code, we should be seeing mm values on physical devices.

Comment
  • The value is supposed to be in mm as documented. As mentioned, this is a simulator issue. The simulator default value appears to have been specified in cm (90 and 120) and stores the values internally as centimeters.

    Based on my review of the code, we should be seeing mm values on physical devices.

Children