KO
|
EN
gitlite — search
Search
#python
#javascript
#machine-learning
#react
#typescript
#hacktoberfest
#html
#laravel
#flutter
#postgresql
#sql
#css
drone_racing_gpops
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
MasterRacing
:
Master diverse, unknown and cluttered tracks for drone racing via reinforcement learning
AirSim-Drone-Racing-Lab-Source
:
AirSim source + Envs behind https://github.com/microsoft/AirSim-Drone-Racing-Lab
isaac-drone-racing
:
No description available.
drone-racing-using-reinforcement-learning
:
Drone racing using reinforcement learning
arlaptracker
:
Lap tracker for FPV drone racing that relies on AR markers in VTX video feed
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
drone_racing_gpops
?
Download (.md)
# Optimal Control for UAVs using GPOPS-II # Author: Jesus Tordesillas This repo has the code to solve the optimal control problem to obtain a trajectory for a quadrotor passing through several predefined gates. A description of the approach can be found [here](https://dspace.mit.edu/handle/1721.1/122420): A video is available [here](https://www.youtube.com/watch?v=-YY_0Ib-o_4): [](https://www.youtube.com/watch?v=-YY_0Ib-o_4 "Optimal Path Planning for a UAV using GPOPS-II") ## Citation When using this code, please cite the following thesis ([pdf](https://dspace.mit.edu/handle/1721.1/122420)): ```bibtex @mastersthesis{tordesillas2019trajectory, title={Trajectory planner for agile flights in unknown environments}, author={Tordesillas Torres, Jesus}, year={2019}, school={Massachusetts Institute of Technology} } ``` ## Instructions: Install [GPOPS-II](http://www.gpops2.com/). Then clone this repository: ``` git clone https://github.com/jtorde/drone_racing_gpops ``` and execute the file `src/main.m` in MATLAB ## License BSD 3-Clause, see License file attached