Skip to content

Commit

Permalink
Merge pull request #56 from prashanthr05/fix/wbd_in_simulation
Browse files Browse the repository at this point in the history
[devices][wholeBodyDynamics] replicate codyco-modules PR #280 Restore compatibility with YARP 3.2.0
  • Loading branch information
prashanthr05 authored Apr 2, 2020
2 parents ec6aaa7 + 8294d89 commit 34c8186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<robot name="@WBD_YARP_ROBOT_NAME">
<robot name="@WBD_YARP_ROBOT_NAME" build="1" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- controlboards -->
<device name="torso_mc" type="remote_controlboard">
<param name="remote"> /icub/torso </param>
Expand Down Expand Up @@ -120,5 +120,5 @@
</device>

<!-- estimators -->
<devices file="estimators/wholebodydynamics-external.xml" />
<xi:include href="estimators/wholebodydynamics-external.xml" />
</robot>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<robot name="@WBD_YARP_ROBOT_NAME">
<robot name="@WBD_YARP_ROBOT_NAME" build="1" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- controlboards -->
<device name="torso_mc" type="remote_controlboard">
<param name="remote"> /icubSim/torso </param>
Expand Down Expand Up @@ -94,5 +94,5 @@
</device>

<!-- estimators -->
<devices file="estimators/wholebodydynamics-external.xml" />
<xi:include href="estimators/wholebodydynamics-external.xml" />
</robot>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<robot name="@WBD_YARP_ROBOT_NAME">
<robot name="@WBD_YARP_ROBOT_NAME" build="1" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- controlboards -->
<device name="torso_mc" type="remote_controlboard">
<param name="remote"> /icub/torso </param>
Expand Down Expand Up @@ -130,5 +130,5 @@
</device>

<!-- estimators -->
<devices file="estimators/wholebodydynamics-external.xml" />
<xi:include href="estimators/wholebodydynamics-external.xml" />
</robot>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<robot name="iCubHeidelberg01">
<robot name="iCubHeidelberg01" build="1" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- controlboards -->
<device name="torso_mc" type="remote_controlboard">
<param name="remote"> /icub/torso </param>
Expand Down Expand Up @@ -68,5 +68,5 @@
</device>

<!-- estimators -->
<devices file="estimators/wholebodydynamics-external.xml" />
<xi:include href="estimators/wholebodydynamics-external.xml" />
</robot>

1 comment on commit 34c8186

@fjandrad
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't this already in the ported wbd?

Please sign in to comment.