Skip to content

Commit

Permalink
wrote brief description of msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed May 6, 2021
1 parent 6008114 commit e048df0
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to nao_interfaces's documentation!
:maxdepth: 2
:caption: Contents:

msgs



Indices and tables
Expand Down
89 changes: 89 additions & 0 deletions msgs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
msgs
####

Accelerometer

.. code-block:: cpp
float32 x
float32 y
float32 z
Angle
*****

.. code-block:: cpp
float32 x
float32 y
Battery
*******

.. code-block:: cpp
float32 charge
float32 status
float32 current
float32 temperature
Buttons
*******

.. code-block:: cpp
bool chest
bool l_foot_bumper_left
bool l_foot_bumper_right
bool r_foot_bumper_left
bool r_foot_bumper_right
FSR
***

.. code-block:: cpp
float32 l_foot_front_left
float32 l_foot_front_right
float32 l_foot_back_left
float32 l_foot_back_right
float32 r_foot_front_left
float32 r_foot_front_right
float32 r_foot_back_left
float32 r_foot_back_right
Gyroscope
*********

.. code-block:: cpp
float32 x
float32 y
float32 z
Joints
******

.. code-block:: cpp
float32[25] angles
float32[25] stiffnesses
float32[25] temperatures
float32[25] currents
Sonar
*****

.. code-block:: cpp
float32 left
float32 right
Touch
*****

.. code-block:: cpp
bool head_front
bool head_middle
bool head_rear

0 comments on commit e048df0

Please sign in to comment.