Using the mujoco_menagerie repo, I let the drone out of its cage.
Set-up MuJoCo and the requirements. Then, simply run main.py
Here are some To-Dos of this project:
- Improve PID controllers
- Add a "real" sensor and state estimator
- Add a "real" trajectory planner
Mujoco: https://github.com/google-deepmind/mujoco Mujoco Menagerie: https://github.com/google-deepmind/mujoco_menagerie Simple PID: https://github.com/m-lundberg/simple-pid/tree/master