idyntree icon indicating copy to clipboard operation
idyntree copied to clipboard

Multibody Dynamics Library designed for Free Floating Robots

Results 140 idyntree issues
Sort by recently updated
recently updated
newest added

iDynTree "Summer 2022 Edition"!

Hi, I am trying to configure the IK solver for controlling the iCub right hand using [this urdf model](https://github.com/robotology/icub-models/blob/master/iCub_manual/robots/iCubGazeboV2_5_visuomanip/model.urdf) and the python bindings of iDynTree installed via pip (version 5.0.0)....

We installed the superbuild by enabling the python profile on a pc of the iCub3 setup. when I try to open the the `MeshcatVisualizer` the web server seems correctly running...

The function `getRotation()` returns a reference but the python does not have the ownership. Let’s consider these lines of code that are part of a function. ```python H = self.kindyn.getWorldTransform(imu)...

Inertial parameters (mass, center of masses and inertia matrices) of rigid bodies are a fundamental quantity in model-based control and simulation of robots that can be considered as composed by...

Type: Enhancement

Here an example. If I run this code: ```python x_py = numpy.zeros(6) x_idyn = idyn.JointPosDoubleArray(6) x_idyn = x_idyn.FromPython(x_py) ``` `x_idyn` becomes a `VectorDynSize` object. Maybe, this happens because the `FromPython`...

@Nicogene and I are using iDynTree within Blender to allow to the robot to reach a cartesian target (xyz-rpy). We define the base frame and the end-effector frame and we...

The PR is still in draft since I've to implement the bindings for the twist and I've to add the tests This is an example of usage ```python import idyntree.pybind...

**EDIT by @traversaro: for people only looking for the workaround, the workaround is to rename the file `C:\Program Files\MATLAB\R2021b\bin\win64\SDL2.dll` to `C:\Program Files\MATLAB\R2021b\bin\win64\SDL2.dll.back` and restart MATLAB.** Trying to run a Simulink...

While writing https://github.com/robotology/idyntree/pull/941#issuecomment-968108486, I noticed that it could be useful to support the `package://` or `model://` URIs in the file location that are specified to command line tools. For example...