Create model with uncertainty (unkown paramters that can be updated online) #2163
Replies: 1 comment
-
Hi, I moved this issue to the discussion tab if you don't mind! I think what you can do is load up your model from the URDF file with some nominal parameters. This will yield a Then, you can write your own logic to play with the parameters you want to change in the One of the things I'm not sure you can change easily is the size of the vectors holding parameters, along with the structure of kinematic tree itself (adding/removing joints) and the operational frames. Then, you'd need to work with multiple Good luck, have fun! |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions