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 configuration.rst #581

Merged
merged 1 commit into from
Jan 24, 2022
Merged
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
12 changes: 12 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@ First, select your tracking system in the appropriate tab below.

(This only works for debugging when connected to a few drones.)


.. tab:: Nokov

Nokov is fully supported and tested with XING 1.0.0.2456.
Set the host name of the Nokov machine:

.. code-block:: yaml

# ros_ws/src/crazyswarm/launch/hover_swarm.launch
motion_capture_type: "nokov"
motion_capture_host_name: "10.1.1.198" # hostname or IP address

Select object tracking mode (motion capture only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down