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

- [ ] For C++, clang-tidy and clang-format would do the job - [x] For Python, pylint + mypy seems pretty good

enhancement
P2

One option is to integrate [piper](https://github.com/leducp/Piper).

new feature
gym
P2

`Simulator` should be modified to support both Engine and EngineMultirobot. The same goes for `Viewer`. In the current implementation of Engine, some base methods are explicitly forbidden, which is a...

new feature
python
P1

It is a preliminary step Howard the integration of Piper for pipeline design #239.

new feature
gym
P2

It would be more consistent, and enable to use a proper telemetry namespace for the engine. In addition, the telemetry namespace should be exposed as a static variable in Python.

enhancement
core
P2

Telemetry namespace of controllers should not be hard-coded, but defined at construction or initialization. Uniqueness should be ensured by EngineMultiRobot.

enhancement
core
P2

[Here](https://github.com/andreadelprete/consim) is the provided original implementation, based on Pinocchio. It would also be nice to increase the accuracy of the already existing integrators by taking into account that the velocity...

new feature
physics
core
P2