You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/components/nodes/imu.rst
+3-19Lines changed: 3 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ IMU (`intertial measurement unit <https://en.wikipedia.org/wiki/Inertial_measure
5
5
from the IMU chip on the device. Our OAK devices use either:
6
6
7
7
- `BNO085 <https://www.ceva-dsp.com/product/bno080-085/>`__ (`datasheet here <https://www.ceva-dsp.com/wp-content/uploads/2019/10/BNO080_085-Datasheet.pdf>`__) 9-axis sensor, combining accelerometer, gyroscope, and magnetometer. It also does sensor fusion on the (IMU) chip itself. We have efficiently integrated `this driver <https://github.com/hcrest/bno080-driver>`__ into the DepthAI.
8
-
- `BMI270 <https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/>`__ 6-axis sensor, combining accelerometer and gyroscope
8
+
- `BMI270 <https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/>`__ 6-axis sensor, combining accelerometer and gyroscope.
9
9
10
-
. The IMU chip is connected to the `RVC <https://docs.luxonis.com/projects/hardware/en/latest/pages/rvc/rvc2.html#rvc2>`__
11
-
over SPI.
10
+
The IMU chip is connected to the `RVC <https://docs.luxonis.com/projects/hardware/en/latest/pages/rvc/rvc2.html#rvc2>`__
11
+
over SPI. See `OAK Hardware documentation <https://docs.luxonis.com/projects/hardware/en/latest/>`__ to check whether your OAK camera has IMU integrated.
12
12
13
13
14
14
How to place it
@@ -83,22 +83,6 @@ Usage
83
83
// useful to reduce device's CPU load and number of lost packets, if CPU load is high on device side due to multiple nodes
0 commit comments