Skip to content

Input debugger; IMU zeroing

Compare
Choose a tag to compare
@MichaelJW MichaelJW released this 22 Jul 20:08
· 9 commits to master since this release

Input Debugger

You can now add simple input debugging by adding a debug node to your YAML like so:

debug:
  bindings:
    - RH_IMU/accelerometer/x
    - <XRController>{RightHand}/grip

(You can add as many sub-nodes to bindings as you like.)

This will make a new overlay appear that shows the value of these inputs in real time.

IMU Zeroing

Previously, IMU devices would wait to update their state until they had gathered 50 samples of position/rotation; now, IMUs use a "static" state until enough samples are gathered - that is, they act as if the IMU device is held completely still at the designated offset.