Project for Underactuated Robots Course at Sapienza University of Rome
# clone
git clone https://github.com/furio1999/UR-Final_Project.git
# push changes
git push
# if it does not work, do this
git push -uf origin main
# update your local folder
git pull
Compute_Model.m
Main_MPC.m
Neural_network.m
Main_warm.m
Main_Tracking.m
- Lagrangian Formulation for 2D quadruped robot
- Developed from scratch
- Model Predictive Controller
- Training of Feedforward Neural Network to generate trajectories from initial state x(0)
- NN-boosted MPC control
Draw_robot.m