mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 22:08:33 -05:00
add rocket powered landing
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
"""
|
||||
|
||||
A rocket powered landing with successive convexification
|
||||
|
||||
author: Atsushi Sakai
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
print("start!!")
|
||||
|
||||
print("done!!")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user