jiminy
jiminy copied to clipboard
Jiminy: a fast and portable Python/C++ simulator of poly-articulated robots with OpenAI Gym interface for reinforcement learning
Proper support of heigthmap has been added to hpp-fcl. It should be used in place of the current implementation of collision detection. It would be more generic than the current...
It only requires to restore sensors and motors originally attached to the robot when building robot from log, which is not the case for now. This could be done by...
What is expected is to provide the desired type of joint (as input of specialization) and emulate it.
- `aba` now computes the acceleration and forces, no need to do it manually anymore when there is no constraint - armature are taking into account into algorithms, through `model.armature`....
It would make the code cleaner and easier to optimize.
start modifying `AbstractMotor` and `BasicMotors`, add initial files for transmission
`virtual pinocchio::Force computeForce(pinocchio::ReferenceFrame rf) const = 0;`
`fext` is not updated based on the value of the lagrangian multipliers of the problems for user-specified constraints.