-
Notifications
You must be signed in to change notification settings - Fork 13
Restore compatibility with YARP 3.2.0 #280
Restore compatibility with YARP 3.2.0 #280
Conversation
As I am not really sure if this is compatible with YARP 3.0/3.1 and probably it is not really worth testing that (unless @lrapetti @kouroshD need compatibility with YARP 3.1 due to robotology/wearables#46 / robotology/yarp#2054 ), can you bump the minimum required YARP version to 3.2 in https://github.com/robotology/codyco-modules/blob/master/CMakeLists.txt#L34 ? |
The problem of not compatibility of |
<param name="imuFrameName">imu_frame</param> | ||
<param name="useJointVelocity">true</param> | ||
<param name="useJointAcceleration">true</param> | ||
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="wholebodydynamics" type="wholebodydynamics"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to define xmlns:xi="http://www.w3.org/2001/XInclude"
here since we don't use xi:include
.
Thanks @nunoguedelha . Is this ready for merging? |
@traversaro I have a rebased branch but I need the rights to push to @GiulioRomualdi 's fork. |
…amics-icub-external-six-fts-sim.xml in order to be compatible with YARP 3.2.0 (robotology/yarp@8f7d736)
bf697e9
to
218614f
Compare
Sorry @traversaro @GiulioRomualdi actually I had the rights. Just pushed. |
Ok, now it is ready? |
I've fast-forwarded the |
This PR updates:
launch-wholebodydynamics-icub-six-fts-sim.xml
wholebodydynmics-icub-external-six-fts-sim.xml
The PR is already tested with the latest version of YARP robotology/yarp@8f7d736
See #277 for further details
cc @prashanthr05 @gabrielenava @traversaro