File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 77Python 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
758761In 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+
You can’t perform that action at this time.
0 commit comments