Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is based on various efficient Differential Dynamic Programming (DDP)-like algorithms
BSD 3-Clause "New" or "Revised" License
845
stars
173
forks
source link
About restitution coefficient for impulse dynamics #900
I checked the paper for the impulse dynamics and didn't find a restitution coefficient in the function crocoddyl.ImpulseModel3D.
supportContactModel = crocoddyl.ImpulseModel3D(self.state, i) impulseModel.addImpulse(self.rmodel.frames[i].name + "_impulse", supportContactModel)
Where can I change this coefficient for a specific material?
I checked the paper for the impulse dynamics and didn't find a restitution coefficient in the function
crocoddyl.ImpulseModel3D
.supportContactModel = crocoddyl.ImpulseModel3D(self.state, i) impulseModel.addImpulse(self.rmodel.frames[i].name + "_impulse", supportContactModel)
Where can I change this coefficient for a specific material?