Alexis DUBURCQ

Results 70 issues of Alexis DUBURCQ

`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

Currently, keyboard handling is implemented in the environment itself, by intercepting key strokes on the terminal. It is working but confusing for the user since the window popup on top...

new feature
python
P2

Python native code is properly documented, but it is not the case for the C++ API and the Python bindings (which are using the same documentation in most cases). It...

documentation
P2

Taking inspiration from [here](https://github.com/jupyterlab/extension-examples/tree/master/kernel-messaging) and [here](https://github.com/Ostter/jupyterlab-kernel-message). See [stackoverflow post](https://stackoverflow.com/questions/56816015/how-do-i-interact-a-jupyterlab-extension-with-python-kernel).

enhancement
python
P2

`telemetrySender_.registerNewEntry` should return a handle with `updateValue` already specialized to this specific variable, so that it avoids having to search it in the whole dictionary of registered variables systematically.

enhancement
core
P2

So far, only continuous joint position sensors, 3D force sensors, and Quat/Gyro/Accelo IMUs are available. It would be useful to have 1D force sensors (z-axis only), Gyzo/Accelero IMUs, joint torque...

new feature
physics
core
P2

Those features are already available for sensors. Adding them to the motors should be straightforward.

enhancement
core
P2