Skip to content

Commit

Permalink
Merge pull request #2 from xykovax/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
xykovax authored Jun 23, 2019
2 parents 6c61464 + acab87e commit 971d2e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ The dataset contains 54 flights covering a wide range of regimes. The flights ar
- Motors_CMD: The commanded motor speeds as reported by the ROS node, a 4-by-len matrix
- Vel: The calculated velocity (v_x, v_y, v_z) by applying a numerical difference on the position measurement, a 3-by-(len-1) matrix
- pqr: The calculated body rates (p, q, r) by applying a numerical difference on the Euler measurements and transferring them into the body frame, a 3-by-(len-1) matrix

If you use this dataset, kindly cite our papers:

* Deep Learning a Quadrotor Dynamic Model for Multi-Step Prediction, N Mohajerin, M Mozifian, SL Waslander
IEEE International Conference on Robotics and Automation (ICRA), 2018.

* Multistep Prediction of Dynamic Systems With Recurrent Neural Networks, N Mohajerin, SL Waslander
IEEE transactions on neural networks and learning systems, 2019.

0 comments on commit 971d2e5

Please sign in to comment.