Skip to content

Commit

Permalink
added video for system setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ktelegenov committed Mar 23, 2022
1 parent f9c1ef4 commit fabeb5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions docs/source/1-flight-gazebo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This tutorial explains the steps required to fly a simulated quadcopter in the G
Hardware Requirements
-----

* Desktop Linux Machine with minimum of 8GB RAM, 16GB recommended, Ubuntu 16.04 installed
* Desktop Linux Machine with minimum of 8GB RAM, 16GB recommended, Ubuntu 20.04 installed
* Joystick

.. image:: ../_static/joystick.png
Expand Down Expand Up @@ -40,19 +40,14 @@ Setup Steps

* Install ``QGroundControl`` from `here <https://docs.qgroundcontrol.com/en/getting_started/download_and_install.html#ubuntu-linux>`_. Use the AppImage option.

SITL with Gazebo
PX4 SITL with Gazebo System setup
-----

There are ROS launch scripts available to run the simulation wrapped in ROS
Follow the steps from the video. This will install PX4 firmware and it's dependencies on your computer and build it.

To run SITL wrapped in ROS the ROS environment needs to be updated:
https://youtu.be/9Mb-aV3lmZ0


.. code-block:: bash
cd ~/src/Firmware
DONT_RUN=1 make px4_sitl_default gazebo
Launching Gazebo with ROS Wrappers
------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/1-ros-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ In this tutorial, we are going to work with a specific version of ROS called Mel

System Setup
^^^^^^^^
For system setup follow steps from the following video.
Assuming you have a clean install of Ubuntu 20.04, follow the steps from the following video.

https://youtu.be/9Mb-aV3lmZ0
https://youtu.be/8AeTQ8Ew0hc

Install TurtleBot packages
""""""""
Expand Down

0 comments on commit fabeb5d

Please sign in to comment.