Skip to content

Commit

Permalink
Reorganize multiple FT sensors files into a single file
Browse files Browse the repository at this point in the history
Reorganize multiple contact wrench files into a single file
  • Loading branch information
isorrentino committed Apr 12, 2022
1 parent ef6321b commit 2b2246d
Show file tree
Hide file tree
Showing 48 changed files with 292 additions and 348 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT). All rights reserved.
This software may be modified and distributed under the terms of the
GNU Lesser General Public License v2.1 or any later version. -->
<?xml version="1.0" encoding="UTF-8" ?>

<devices>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_front_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/left_foot_front/analog:o</param>
<param name="local">/yarp_robot_logger/left_front_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_rear_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/left_foot_rear/analog:o</param>
<param name="local">/yarp_robot_logger/left_rear_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_front_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_foot_front/analog:o</param>
<param name="local">/yarp_robot_logger/right_front_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_rear_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_foot_rear/analog:o</param>
<param name="local">/yarp_robot_logger/right_rear_ft</param>
</device>

</devices>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT). All rights reserved.
This software may be modified and distributed under the terms of the
GNU Lesser General Public License v2.1 or any later version. -->
<?xml version="1.0" encoding="UTF-8" ?>

<devices>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_front_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/left_foot_front/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/left_front_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_rear_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/left_foot_rear/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/left_rear_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_front_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_foot_front/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_front_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_rear_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_foot_rear/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_rear_wrench</param>
</device>

</devices>
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!-- Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT). All rights reserved.
This software may be modified and distributed under the terms of the
GNU Lesser General Public License v2.1 or any later version. -->
<?xml version="1.0" encoding="UTF-8" ?>

<devices>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_arm_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/left_arm/analog:o</param>
<param name="local">/yarp_robot_logger/left_arm</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_arm_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_arm/analog:o</param>
<param name="local">/yarp_robot_logger/right_arm</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_front_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/left_foot_front/analog:o</param>
<param name="local">/yarp_robot_logger/left_front_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_rear_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/left_foot_rear/analog:o</param>
<param name="local">/yarp_robot_logger/left_rear_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_upper_leg_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_leg/analog:o</param>
<param name="local">/yarp_robot_logger/right_upper_leg_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_front_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_foot_front/analog:o</param>
<param name="local">/yarp_robot_logger/right_front_ft</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_rear_ft_client" type="analogsensorclient">
<param name="remote">/icubSim/right_foot_rear/analog:o</param>
<param name="local">/yarp_robot_logger/right_rear_ft</param>
</device>

</devices>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!-- Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT). All rights reserved.
This software may be modified and distributed under the terms of the
GNU Lesser General Public License v2.1 or any later version. -->
<?xml version="1.0" encoding="UTF-8" ?>

<devices>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_arm_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/left_arm/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/left_arm_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_arm_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_arm/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_arm_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_front_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/left_foot_front/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/left_front_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_rear_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/left_foot_rear/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/left_rear_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_upper_leg_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_upper_leg/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_upper_leg_wrench_client</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_front_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_foot_front/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_front_wrench</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_rear_wrench_client" type="genericSensorClient">
<param name="remote">/wholeBodyDynamics/right_foot_rear/cartesianEndEffectorWrench:o</param>
<param name="local">/yarp_robot_logger/right_rear_wrench</param>
</device>

</devices>
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,8 @@ GNU Lesser General Public License v2.1 or any later version. -->
<xi:include href="interface/all_joints_mc.xml" />
<xi:include href="interface/head_imu.xml" />
<xi:include href="interface/mas-remapper.xml" />
<xi:include href="interface/left_front_ft_client.xml" />
<xi:include href="interface/left_rear_ft_client.xml" />
<xi:include href="interface/right_front_ft_client.xml" />
<xi:include href="interface/right_rear_ft_client.xml" />
<xi:include href="interface/right_upper_leg_ft_client.xml" />
<xi:include href="interface/right_arm_ft_client.xml" />
<xi:include href="interface/left_arm_ft_client.xml" />
<xi:include href="interface/left_front_wrench_client.xml" />
<xi:include href="interface/left_rear_wrench_client.xml" />
<xi:include href="interface/right_front_wrench_client.xml" />
<xi:include href="interface/right_rear_wrench_client.xml" />
<xi:include href="interface/right_arm_wrench_client.xml" />
<xi:include href="interface/left_arm_wrench_client.xml" />
<xi:include href="interface/right_upper_leg_wrench_client.xml" />
<xi:include href="interface/ft_clients.xml" />
<xi:include href="interface/wrench_clients.xml" />
<xi:include href="./yarp-robot-logger.xml" />
</devices>
</robot>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- Copyright (C) 2019-2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
This software may be modified and distributed under the terms of the
GNU Lesser General Public License v2.1 or any later version. -->

<?xml version="1.0" encoding="UTF-8" ?>

<devices>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left-foot-ft-client" type="multipleanalogsensorsclient">
<param name="remote">/icub/left_foot</param>
<param name="local">/yarp_robot_logger/left_foot</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left-leg-ft-client" type="multipleanalogsensorsclient">
<param name="remote">/icub/left_leg</param>
<param name="local">/yarp_robot_logger/left_leg</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right-foot-ft-client" type="multipleanalogsensorsclient">
<param name="remote">/icub/right_foot</param>
<param name="local">/yarp_robot_logger/right_foot</param>
</device>

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right-leg-ft-client" type="multipleanalogsensorsclient">
<param name="remote">/icub/right_leg</param>
<param name="local">/yarp_robot_logger/right_leg</param>
</device>

</devices>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2b2246d

Please sign in to comment.