Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb70a3c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Nov 16, 2023
1 parent ba09b71 commit b277118
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions _sources/tutorials.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ Teleoperation keyboard
We have an example of the telop_twist_keyboard package working together with the crazyflie

First, make sure that the crazyflies.yaml has the right URI and if you are using the `Flow deck <https://www.bitcraze.io/products/flow-deck-v2/>`_ or `any other position system available <https://www.bitcraze.io/documentation/system/positioning//>`_ to the crazyflie.
set the controller to 1 (PID)
set the controller to 1 (PID).

And if you have not already, install the teleop package for the keyboard. (replace DISTRO with humble or iron):

.. code-block:: bash
sudo apt-get install ros-DISTRO-teleop-twist-keyboard
Then, run the following launch file to start up the crazyflie server (CFlib):
Then, first checkout keyboard_velmux_launch.py and make sure that the 'robot_prefix' of vel_mux matches your crazyflie ID in crazyfies.yaml ('cf231').

Then run the following launch file to start up the crazyflie server (CFlib):

.. code-block:: bash
Expand Down
Loading

0 comments on commit b277118

Please sign in to comment.