Skip to content

Commit

Permalink
add images for accelerometer, gyroscope and angle
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed May 6, 2021
1 parent 57cc0a7 commit 6d4f617
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
Binary file added images/accelerometer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/angle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gyroscope.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions msgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ msgs
Accelerometer
*************

Units are in m/s :sup:`2`

.. image:: /images/accelerometer.png

.. code-block:: cpp
float32 x
Expand All @@ -13,6 +17,10 @@ Accelerometer
Angle
*****

Units are in rad

.. image:: /images/angle.png

.. code-block:: cpp
float32 x
Expand Down Expand Up @@ -56,6 +64,10 @@ FSR
Gyroscope
*********

Units are in rad/s

.. image:: /images/gyroscope.png

.. code-block:: cpp
float32 x
Expand Down
Binary file added psd/accelerometer.psd
Binary file not shown.
Binary file added psd/angle.psd
Binary file not shown.
Binary file added psd/gyroscope.psd
Binary file not shown.

0 comments on commit 6d4f617

Please sign in to comment.