Skip to content

Commit

Permalink
Fixed formatting error in IMU documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
avidbots-marc committed Nov 22, 2023
1 parent e795432 commit 91a6bfa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/included_plugins/imu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:target: ../_static/flatland_logo2.png


GPS
IMU
==========
This plugin provides a simple simulation of an IMU (three-axis accelerometer and three-axis gyroscope).

Expand All @@ -14,15 +14,6 @@ This plugin provides a simple simulation of an IMU (three-axis accelerometer and

* Publishes a `sensor_msgs/Imu <http://docs.ros.org/api/sensor_msgs/html/msg/Imu.html>`_ message with the simulated measurements

"imu_frame_id", "imu"
"imu_pub", "imu/filtered"
"ground_truth_pub", "imu/ground_truth"
"orientation_noise", {0, 0, 0}, 3, 3
"angular_velocity_noise", {0, 0, 0}, 3, 3
"linear_acceleration_noise", {0, 0, 0}, 3, 3
"pub_rate", std::numeric_limits<double>::infinity()
"broadcast_tf", true

.. code-block:: yaml
plugins:
Expand Down

0 comments on commit 91a6bfa

Please sign in to comment.