stack-of-tasks / pinocchio

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
http://stack-of-tasks.github.io/pinocchio/
BSD 2-Clause "Simplified" License
1.7k stars 366 forks source link

Create model with uncertainty (unkown paramters that can be updated online) #2162

Closed Hongyu-ZHOU closed 4 months ago

Hongyu-ZHOU commented 4 months ago

Hi,

I am trying to create a model of a quadruped robot from urdf file, and use that model for an adaptive control algorithm. In that case, is it possible to add uncertainty in the model generated? Essentially, I want to have a nominal model generated from the urdf file, augmented with some unknown parts (a vector of known basis function times a vector of unknown parameters.).

Thank you very much.