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

I'm trying to use kinDynComputations with Matlab and I'm running into an error. When I call `kinDynComp.setRobotState` I got the following error ``` standalone_test [loadReducedModel]: loading the following model: /home/gromualdi/robot-code/robotology-superbuild/build/install/share/iCub/robots/iCubGazeboV3/model.urdf...

I was running the examples that come for the matlab bindings just to check the installation I had was working properly and got the following result: Running the example mentioned...

Bindings: Matlab
Platform: Linux

I opened this issue out the possibility to change the color palette of the iDynTree visualizer. **Disclaimer: colors are really subjective. The colors that I like are probably terrible for...

I guess you need to set DISPLAY or something similar.

I noticed that when using the matlab visualizer in `iDynTreeWrappers`, there is the possibility to change the visualization options of the links using [`iDynTreeWrappers.modifyLinksVisualization`](https://github.com/robotology/idyntree/blob/master/bindings/matlab/%2BiDynTreeWrappers/modifyLinksVisualization.m) method. This method can be used...

/home/kingsfu/DynaCalib/idyntree/build/bindings/python/iDynTreePYTHON_wrap.cxx:47388:111: error: macro "SWIG_as_voidptr" passed 2 arguments, but takes just 1 pyobj = SWIG_NewPointerObj(SWIG_as_voidptr(&iDynTree::Span< double,-1 >::extent), SWIGTYPE_p_index_type, 0 ); ^ /home/kingsfu/DynaCalib/idyntree/build/bindings/python/iDynTreePYTHON_wrap.cxx: In function ‘PyObject* Swig_var_DynamicSpan_extent_get()’: /home/kingsfu/DynaCalib/idyntree/build/bindings/python/iDynTreePYTHON_wrap.cxx:47388:30: error: ‘SWIG_as_voidptr’ was not...

@diegoferigo already shared with me this two piece of info, but I keep forgetting where I have them.

See discussion in https://github.com/robotology/idyntree/pull/736#discussion_r487378372 .

The Eigen library already has the ability to manage rotation thanks to `Eigen::Quaterniond` . However the conversion from rotation matrix to Euler angles may lead to error for an `iDynTree`...

Type: Documentation - D4D