Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

ocpalo/raptor

Repository files navigation

Raptor

The following video demonstrates the project.

2022-06-07.18-40-40.mp4

System

Untitled Diagram drawio (1)

Requirements

We tested this repository on Ubuntu 20.04.3 LTS.

  • CMake
  • ROS Noetic(For Gazebo)
  • PX4 Autopilot
  • Mosquitto

Visit processes folders for detailed requirements

Languages and Versions

  • C++20
  • Java8
  • Python 3.6 and above
  • Go 1.16.2 and above

How To Run Entire Project

We use Gazebo simulation environment to test our project. We have 2 scripts to run simulation environment and project. Before running scripts, make sure every dependency is installed.

  • sim_test.sh
    • Default script for testing the changes. It opens all necessary terminals. It runs Client,Server,Mosquitto processes automatically but you still have to run image processing and autonomous movement processes manually.
  • ip_sim_test.sh
    • Specialized script for testing image processing changes. It creates 2 UAV's in Gazebo environment. Main UAV only performs takeoff action. You use WASD keys to control target drone. Before using this script, do not forget to modify image processing flags. Please read the comments at the beginning of the script file.

Setup

  1. Install CMake (Minimum Version required 3.15 and above)
  2. Install ROS Noetic
  3. Clone PX4 Source Code and run bash script
    1. git clone https://github.com/PX4/PX4-Autopilot.git --recursive
    2. bash ./PX4-Autopilot/Tools/setup/ubuntu.sh
    3. sudo apt install libignition-common3-graphics
    4. restart the computer
  4. Install QGroundControl (optional)
  5. Install Mosquitto
    1. sudo apt install mosquitto

Additional Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published