Jump to content

IMU v2 - what are the ranges for sensor-configuration


sciss

Recommended Posts

This is from the doc of `setSensorConfiguration`:

 * The default values are:
 * 
 * * Magnetometer Rate 20Hz
 * * Gyroscope Range 2000°/s
 * * Gyroscope Bandwidth 32Hz
 * * Accelerometer Range +/-4G
 * * Accelerometer Bandwidth 62.5Hz

 

However, when I call `getSensorConfiguration`, it yields

 

[magnetometerRate = 5, gyroscopeRange = 0, gyroscopeBandwidth = 7, accelerometerRange = 1, accelerometerBandwidth = 3]

 

So, I wonder how that reflects the default values? Does `accelerometerBandwidth` of 3 correspond with 62.5Hz? Where can I read up on this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...