agentsclimarketplace

Mpc controller

Skill a5c-ai/babysitter/library/specializations/robotics-simulation/skills/mpc-controller

Expert skill for Model Predictive Control implementation and tuningFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill mpc-controller

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.7 KB, 268 tokens by cl100k_base, as published. Nobody here has run it

MPC Controller Skill

Overview

Expert skill for designing, implementing, and tuning Model Predictive Controllers for robotic systems, including both linear and nonlinear MPC.

Capabilities

  • Derive kinematic and dynamic robot models
  • Formulate MPC optimization problems (QP, NLP)
  • Configure CasADi for symbolic differentiation
  • Set up ACADO code generation for real-time MPC
  • Implement constraint handling (velocity, acceleration, collision)
  • Configure cost function weights (tracking, control effort)
  • Implement warm starting for fast convergence
  • Set up NMPC for nonlinear systems
  • Configure terminal constraints and costs
  • Optimize solver parameters for real-time execution

Target Processes

  • mpc-controller-design.js
  • trajectory-optimization.js
  • dynamic-obstacle-avoidance.js
  • path-planning-algorithm.js

Dependencies

  • CasADi
  • ACADO Toolkit
  • OSQP
  • qpOASES
  • Ipopt

Usage Context

This skill is invoked when processes require advanced model-based control, trajectory tracking with constraints, or real-time optimization-based control strategies.

Output Artifacts

  • MPC formulation code
  • CasADi symbolic models
  • ACADO generated code
  • QP/NLP solver configurations
  • Cost function tuning parameters
  • Constraint specifications

What ships with it: 1 file

652 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.