Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@brunosorban brunosorban released this 15 Nov 07:00
· 1 commit to main since this release
70e2c67

We are excited to announce the initial release of THorPy (Trajectory and MPC for Python), version 1.0.0! THorPy is a powerful Python package designed to facilitate trajectory generation and high level control for hopper rockets. In this inaugural release, we have incorporated a trajectory generation algorithm and a Model Predictive Controller (MPC) to enable precise trajectory tracking.

Key Features in THorPy v1.0.0:

  • Trajectory Generation: THorPy provides a sophisticated trajectory generation algorithm that allows you to define and compute complex motion paths without hardware constraints violation.

  • Model Predictive Controller (MPC): To ensure accurate tracking of generated trajectories, THorPy includes a powerful MPC controller. MPC is a state-of-the-art control technique that optimizes control inputs over a finite time horizon, making it ideal for applications where precise control is crucial.