jiminy icon indicating copy to clipboard operation
jiminy copied to clipboard

Jiminy: a fast and portable Python/C++ simulator of poly-articulated robots with OpenAI Gym interface for reinforcement learning

Results 58 jiminy issues
Sort by recently updated
recently updated
newest added

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...

enhancement
physics
core
P0

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...

new feature
python
P2

What is expected is to provide the desired type of joint (as input of specialization) and emulate it.

new feature
physics
core
P2

- `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`....

enhancement
physics
core
P2

It would make the code cleaner and easier to optimize.

enhancement
physics
core
P0

It has no advantage against HDF5.

enhancement
core
P2

start modifying `AbstractMotor` and `BasicMotors`, add initial files for transmission

new feature
physics
core

`virtual pinocchio::Force computeForce(pinocchio::ReferenceFrame rf) const = 0;`

new feature
core
P0

`fext` is not updated based on the value of the lagrangian multipliers of the problems for user-specified constraints.

bug
physics
core
P0