Skip to content

Commit

Permalink
Deploying to gh-pages from @ e818576 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Feb 27, 2024
1 parent 02d02bb commit 781adf7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions _sources/usage.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ The configuration of the simulation (physics simulator, controller, etc.) can be

Example:

.. code-block:: bash
[terminal]$ ros2 launch crazyflie_examples launch.py script:=hello_world backend:=sim
which is a short-hand for the following two commands:

.. code-block:: bash
[terminal1]$ ros2 launch crazyflie launch.py backend:=sim
Expand Down Expand Up @@ -156,6 +162,12 @@ You may run the script multiple times or different scripts while leaving the ser
[terminal1]$ ros2 launch crazyflie launch.py
[terminal2]$ ros2 run crazyflie_examples hello_world
If you only want to run a single script once, you can also use:

.. code-block:: bash
[terminal]$ ros2 launch crazyflie_examples launch.py script:=hello_world
Swarm Management
----------------

Expand Down
Loading

0 comments on commit 781adf7

Please sign in to comment.