-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-80: Major Changes and refactoring
- Loading branch information
1 parent
913036f
commit 39ffffd
Showing
15 changed files
with
167 additions
and
83 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
--- | ||
description: A brief overview of hardware and various algorithms employed. | ||
--- | ||
|
||
# Computer Vision | ||
|
||
{% hint style="info" %} | ||
Keep checking for updates! | ||
|
||
{% endhint %} | ||
|
||
Here are the articles in this section: |
6 changes: 1 addition & 5 deletions
6
...rials/miscellaneous/camera-calibration.md → computer-vision/camera-calibration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
tutorials/workspace-setup/installing-ground-control-station/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
description: Your Sky's Commander!" | ||
--- | ||
|
||
# Installing Ground Control Station | ||
|
41 changes: 41 additions & 0 deletions
41
tutorials/workspace-setup/installing-ground-control-station/mission-planner.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Mission Planner | ||
|
||
## For Window's peeps | ||
|
||
The following instructions show how to install _Mission Planner_ on Windows. These instructions will be suitable for most users | ||
|
||
1. Download the [latest Mission Planner installer from here](https://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.msi) | ||
2. Double click on the downloaded **.msi** file to run the installer | ||
3. Follow the instructions to complete the setup process. The installation utility will automatically install any necessary software drivers. If you receive a DirectX installation error, please update your DirectX plug-in from the [Windows Download Center](https://www.microsoft.com/en-us/download/windows.aspx). | ||
4. If you receive a warning stating Window's cant verify the publisher of the driver, select **Install this driver software anyway** to continue. | ||
|
||
{% hint style="info" %} | ||
Mission Planner is normally installed in the **C:\Program Files (x86)\Mission Planner** folder. | ||
|
||
An icon to open the _Mission Planner_ is created according to your instructions during the installation. | ||
{% endhint %} | ||
|
||
## For Linux's peeps | ||
|
||
It is possible to run most Windows based programs on many Linux Distributions using MONO. Mission Planner does run under MONO but will have occasional issues and/or crashes. | ||
|
||
1. Download and install the latest version of MONO from [here](https://www.mono-project.com/download/stable/). | ||
2. Download Mission Planner as a zip file from [here](https://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-latest.zip) and unzip to a directory. | ||
3. Change to that directory and execute: | ||
|
||
```bash | ||
mono MissionPlanner.exe | ||
``` | ||
|
||
Boom! You're all ready to roll with MissionPlanner! | ||
\ | ||
\ | ||
\ | ||
\ |
52 changes: 52 additions & 0 deletions
52
tutorials/workspace-setup/installing-ground-control-station/qgroundcontrol.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# QGroundControl | ||
|
||
## For Window's peeps | ||
|
||
_QGroundControl_ can be installed on 64 bit versions of Windows: | ||
|
||
1. Download [QGroundControl-installer.exe](https://d176tv9ibo4jno.cloudfront.net/latest/QGroundControl-installer.exe). | ||
2. Double click the executable to launch the installer. | ||
|
||
{% hint style="warning" %} | ||
The Windows installer creates 3 shortcuts: **QGroundControl**, **GPU Compatibility Mode**, **GPU Safe Mode**. Use the first shortcut unless you experience startup or video rendering issues | ||
{% endhint %} | ||
|
||
## For Linux's peeps | ||
|
||
_QGroundControl_ can be installed/run on Ubuntu LTS 20.04 (and later). | ||
|
||
Ubuntu comes with a serial modem manager that interferes with any robotics related use of a serial port (or USB serial). Before installing _QGroundControl_ you should remove the modem manager and grant yourself permissions to access the serial port. You also need to install _GStreamer_ in order to support video streaming. | ||
|
||
1. On the command prompt enter: | ||
|
||
```bash | ||
sudo usermod -a -G dialout $USER | ||
sudo apt-get remove modemmanager -y | ||
sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y | ||
sudo apt install libqt5gui5 -y | ||
sudo apt install libfuse2 -y | ||
``` | ||
2. Logout and login again to enable the change to user permissions. | ||
|
||
  To install _QGroundControl_: | ||
|
||
1. Download [QGroundControl.AppImage](https://d176tv9ibo4jno.cloudfront.net/latest/QGroundControl.AppImage). | ||
2. Install (and run) using the terminal commands:\ | ||
|
||
|
||
```bash | ||
chmod +x ./QGroundControl.AppImage | ||
./QGroundControl.AppImage (or double click) | ||
``` | ||
|
||
\ | ||
Boom! You're all ready to roll with QGroundControl! | ||
\ | ||
\ | ||
\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters