Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update imu.rst #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/imu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ IMU App

The App name, IMU, stands for Inertial Measurement Unit,
and the name is indicative of the basic inertial measurement unit
functionality provided by this APP. The IMU App signal
functionality provided by this App. The IMU App signal
processing chain consists of high-speed sampling of the 9-DOF sensor cluster
(accelerometers, rate sensors, and magnetometers), programmable
low-pass filters, and the execution of built-in calibration models.

Additionally any configuration parameters
settings such as axes rotation are applied to the IMU data. The 200Hz
IMU data is continuously being maintained inside the IMU APP, and is
IMU data is continuously being maintained inside the IMU App, and the
Digital IMU data is output over the UART port at a selectable fixed rate (200, 100, 50, 25, 20,
10, 5 or 2 Hz). The digital IMU data is available in one of several measurement
packet formats including Scaled Sensor Data ('z1' Packet).
Expand Down