Skip to content

Commit

Permalink
fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed May 31, 2024
1 parent 21cc171 commit 33fae44
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs2/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ Also make sure that in crazyflies.yaml, the motion_capture field is enabled for
.. code-block:: yaml
robot_types:
cf21:
motion_capture:
enabled: true
cf21:
motion_capture:
enabled: true
For more indepth information about the motion capture tracking package, see the `documentation <https://github.com/IMRCLab/motion_capture_tracking/tree/ros2/>`_.

Expand All @@ -165,24 +165,20 @@ Also in this case, make sure that motion_capture is disabled in the crazyflies.y
.. code-block:: yaml
robot_types:
cf21:
motion_capture:
enabled: false
cf21:
motion_capture:
enabled: false
Also it is a good idea to turn on pose estimation logging such that you are able to see the poses and transforms of the Crazyflie updated in real life in rviz or the Swarm management gui.

.. code-block:: yaml
all:
firmware_logging:
enabled: true
default_topics:
# remove to disable default topic
pose:
pose:
frequency: 10 # Hz
Simulation
----------

Expand Down

0 comments on commit 33fae44

Please sign in to comment.