Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Restore compatibility with YARP 3.2.0 #280

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>