Skip to content

Commit ff37517

Browse files
Update install.md
1 parent c8c4e2f commit ff37517

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/projects/tello-control-gui/install.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ icon:fontawesome/solid/gear
22

33
This section provides a guide to install and configure the environment required to run the DJI Tello control on Raspberry Pi 4. It covers dependency installation, ROS 2 Humble setup, and development environment configurations.
44

5-
## 1.0 System Requirements
5+
## System Requirements
66

7-
### 1.1 Hardware Requirements
7+
### Hardware Requirements
88
* Raspberry Pi 4 (8GB RAM)
99
* Storage: 32 GB microSD card (Class 10)
1010
* DJI Tello Drone
1111

12-
### 1.2 Software Requirements
12+
### Software Requirements
1313
* Operating System: Ubuntu 22.04 LTS (64-bit, ARM)
1414
* Python: 3.10
1515
* ROS 2: Humble Hawksbill distribution
1616
* Additional: Git, pip, Python virtual environment
1717

18-
## 2.0 Environment Setup
19-
### 2.1 Update the system
18+
## Environment Setup
19+
### Update the system
2020
```bash
2121
sudo apt update && sudo apt upgrade -y
2222
sudo apt install -y curl wget git python3-pip
2323
```
24-
### 2.2 ROS 2 Humble Installation
24+
### ROS 2 Humble Installation
2525
To install ROS 2 Humble fallow the instructions of the next web page:
2626
[ROS 2 Humble installation!](https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debs.html "ROS 2 Humble")
2727

28-
### 2.3 Creating a Python virtual environment
28+
### Creating a Python virtual environment
2929
To verify if **virtualenv** is ready installed, run:
3030
```bash
3131
virtualenv --version
@@ -99,7 +99,7 @@ export PYTHONPATH=${PYTHONPATH}:/path-to-your-env/lib/python3.10/site-packages
9999
> ![edit-activate-file](img/install/gedit.png "edit-activate-file")
100100
> Edit activate file
101101

102-
## 3.0 Project Cloning and Initialization
102+
## Project Cloning and Initialization
103103
clone the repository into your drone_simple_gui_ws workspace:
104104
```bash
105105
git clone https://github.com/LichtenbergCode/tello-gui-controller-ros2.git
@@ -126,8 +126,8 @@ Run the app:
126126
ros2 launch simple_gui_bringup simple_gui.launch.xml
127127
```
128128

129-
## 4.0 Troubleshooting
130-
### 4.1 Tello Connection Problems
129+
## Troubleshooting
130+
### Tello Connection Problems
131131
!!! failure "**Issue: Cannot connect ro Tello drone**"
132132
Check WiFi connection:
133133
```bash
@@ -142,3 +142,4 @@ ros2 launch simple_gui_bringup simple_gui.launch.xml
142142
```bash
143143
sudo systemctl restart NetworkManager
144144
```
145+

0 commit comments

Comments
 (0)