Skip to content

Commit 23aa63f

Browse files
authored
Merge pull request #794 from luxonis/imu_update_docs
Updated IMU information
2 parents 2e775d7 + 4c651a0 commit 23aa63f

File tree

1 file changed

+3
-19
lines changed
  • docs/source/components/nodes

1 file changed

+3
-19
lines changed

docs/source/components/nodes/imu.rst

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ IMU (`intertial measurement unit <https://en.wikipedia.org/wiki/Inertial_measure
55
from the IMU chip on the device. Our OAK devices use either:
66

77
- `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.
99

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.
1212

1313

1414
How to place it
@@ -83,22 +83,6 @@ Usage
8383
// useful to reduce device's CPU load and number of lost packets, if CPU load is high on device side due to multiple nodes
8484
imu->setMaxBatchReports(10);
8585

86-
IMU devices
87-
###########
88-
89-
List of devices that have an IMU sensor on-board:
90-
91-
* `OAK-D <https://docs.luxonis.com/projects/hardware/en/latest/pages/BW1098OAK.html>`__
92-
* `OAK-D-PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/SJ2088POE.html>`__
93-
* `OAK-D CM4 PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/SJ2088POE.html>`__
94-
* `OAK-FFC-3P <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM1090.html>`__
95-
* `OAK-FFC-4P <https://docs.luxonis.com/projects/hardware/en/latest/pages/DD2090.html>`__
96-
* `OAK-D Pro <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM9098pro.html>`__ (All varients)
97-
* `OAK-D S2 <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM9098s2.html>`__ (All varients)
98-
* `OAK-D S2 PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/NG9097s2.html>`__ (All varients)
99-
* `OAK-D Pro PoE <https://docs.luxonis.com/projects/hardware/en/latest/pages/NG9097pro.html>`__ (All varients)
100-
101-
10286
IMU sensors
10387
###########
10488

0 commit comments

Comments
 (0)