Add joint effort and velocity limits handling - #1292
Conversation
|
The problem stated in #955 is fixed:
|
Great, there is anything else to move this out of Draft? |
I'm adding the tests and verifying why the CI is failing |
|
The CI failure was due to a missing constructor. I've seen that there are no tests for the position limits. If you want I can add the tests also for that |
Sure! |
|
Tests are failing. |
|
Should we also modify the URDF parser (and not only the exporter) to parse this values? |
This should be already available ( idyntree/src/model_io/codecs/src/JointElement.cpp Lines 134 to 151 in ab04c74 |
|
My bad, I had missed it! |
|
This PR changes the ABI, so we need to bump the major version before the release. Do you want to also work on mesh-iit/creo2urdf#155 (comment) that would also break the ABI (due to the settings objects being plain structures and not pimpled-classes with setters and getters) so we can bump the major version only once? |
|
Ah my bad, I did not noticed that the commit history was curated, and I squashed and merged. |
Yes sure! |
no worries :) |
This PR adds handling for joint effort and velocity limits. This has been propagated to model exporter and to the bindings.
Fixes #955
Fixes #958
C.C. @rob-mau