You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository has the code for the model predictive controller (MPC) for UAV obstacle avoidance tasks in the presence of a wind field. Casadi framework and Matlab simulation environment have been used for this this task. DeepXDE has been used to generate the wind fields.
A C++ implementation of MPC framework for the humanoids using iLQR to solve the optimal control problem, leveraging the Pinocchio-Casadi library for efficient rigid body dynamics and analytical derivatives.
This repository is the code for the paper "Glocal trajectory generation and tracking control for autonomous underwater vehicles with optimal coverage sensor networks"
A modular, GPU-accelerated control system framework for AUV. Features Model Predictive Control (MPC) with CasADi, CUDA-based environment mapping, GPU-accelerated A* path planning, Fossen equations for marine vehicle dynamics, and supports imitation learning by distilling CasADi-based nonlinear MPC models into NN controllers.