-
Notifications
You must be signed in to change notification settings - Fork 344
Home
This project contains instructions, code and other artifacts that allow users to build mobile robots (drones, rovers) which can autonomously navigate through highly unstructured environments like forest trails. Our components use deep learning-based AI running on an NVIDIA Jetson embedded platform. The code implements ideas discussed in the arXiv paper, see references section.
The project has two major parts, modeling and platform implementation.
The project's AI that enables autonomous navigation is based on a deep neural network (DNN) which can be trained from scratch using publicly available data. A few pre-trained DNNs are also available as a part of this project. In case you want to train TrailNet DNN from scratch, follow the steps on this page.
The following platforms are currently supported:
- TBS Discovery Platform
- 3DR IRIS+, older
- Differential drive rover support is coming
In general, any platform that uses the Pixhawk autopilot should work too.
There is also an experimental support for APM Rover:
Building a complete autonomous drone platform requires proper hardware and software configuration.
The NVIDIA Jetson platform is used to run most of the components, such as DNN inference, the controller, and video streaming. The Jetson setup guide describes steps to install all required software and dependencies.
Depending on the drone platform some additional steps might be required. Follow the steps in the documentation for your particular platform:
A laptop is a convenient way to run GCS software like QGroundControl as well to control the drone using an NVIDIA Shield or an XBox controller. Follow these steps to setup GCS machine.
It is usually a good idea to test your code in a simulator. Follow these steps to run simulations using Gazebo.
Once the hardware and software setup steps are complete, it's time to take off! Follow these steps to fly the drone.
- arXiv paper
- Our GTC 2017 talk: slides, video
- Demo video showing 250 m autonomous flight, DNN activation and control
- Demo video showing our record making 1 kilometer autonomous flight
- Demo video showing generalization to ground vehicle control and other environments
- Stereo DNN, GTC18 talk: arXiv paper, Stereo DNN video demo