add rocket powered landing

This commit is contained in:
Atsushi Sakai
2018-12-28 23:06:20 +09:00
parent f940c5d55e
commit 385c3e2d16

View File

@@ -0,0 +1,17 @@
"""
A rocket powered landing with successive convexification
author: Atsushi Sakai
"""
def main():
print("start!!")
print("done!!")
if __name__ == '__main__':
main()