Skip to content

Commit 4f7bee8

Browse files
committed
add README
1 parent fd2bbc9 commit 4f7bee8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Python codes for robotics algorithm.
88

99

10+
1011
# Table of Contents
1112
* [What is this?](#what-is-this)
1213
* [Requirements](#requirements)
@@ -72,6 +73,8 @@ Python codes for robotics algorithm.
7273
* [Arm Navigation](#arm-navigation)
7374
* [Two joint arm to point control](#two-joint-arm-to-point-control)
7475
* [N joint arm to point control](#n-joint-arm-to-point-control)
76+
* [Aerial Navigation](#aerial-navigation)
77+
* [drone 3d trajectory following](#drone-3d-trajectory-following)
7578
* [License](#license)
7679
* [Contribution](#contribution)
7780
* [Support](#support)
@@ -757,6 +760,14 @@ You can set the goal position of the end effector with left-click on the ploting
757760

758761
In this simulation N = 10, however, you can change it.
759762

763+
# Aerial Navigation
764+
765+
## drone 3d trajectory following
766+
767+
This is a 3d trajectory following simulation for a quadrotor.
768+
769+
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/AerialNavigation/drone_3d_trajectory_following/animation.gif)
770+
760771

761772
# License
762773

@@ -801,3 +812,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
801812
- [Alexis Paques](https://github.com/AlexisTM)
802813

803814

815+

0 commit comments

Comments
 (0)