Shubham Wani Nikunj Sanghai
This project implements the following features:
- Quintic polynomial trajectory generation based on start, waypoint and goal
- State visualisation based on 3D matplotlib plots
- PD control on position and attitude error and their relevant graphs
- Quaternion based dynamics instead of rotation/euler angles
pip install numpy
pip install matplotlib
pip install opencv-python # only for creating video
Class notes MAE271D @ UCLA, Fall 22 Relevant files added to folder Reference