Skip to content

Commit 9637608

Browse files
authored
Update imu.rst
Just updating a small typo in a readme! (intertial -> inertial)
1 parent 097e9a3 commit 9637608

File tree

1 file changed

+1
-1
lines changed
  • docs/source/components/nodes

1 file changed

+1
-1
lines changed

docs/source/components/nodes/imu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IMU
22
===
33

4-
IMU (`intertial measurement unit <https://en.wikipedia.org/wiki/Inertial_measurement_unit>`__) node can be used to receive data
4+
IMU (`inertial measurement unit <https://en.wikipedia.org/wiki/Inertial_measurement_unit>`__) node can be used to receive data
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.

0 commit comments

Comments
 (0)