Skip to content

Commit

Permalink
Added OpenXRJoypad application
Browse files Browse the repository at this point in the history
Removed the dependencies from the RobotStateProvider to allow starting even when not using iFeel
  • Loading branch information
iCub committed Jul 25, 2023
1 parent dd3ccff commit 96e1193
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
34 changes: 34 additions & 0 deletions app/scripts/OpenXRJoypad.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!-- Copyright (C) 2023 Fondazione Istituto Italiano di Tecnologia (IIT) -->
<!-- All Rights Reserved. -->


<application>

<name>OpenXRJoypad</name>
<description>Application to run the OpenXRJoypad module.</description>
<version>1.0</version>
<authors>
<author email="[email protected]">Stefano Dafarra</author>
</authors>

<!-- Modules -->
<module>
<name>OpenXRJoypadModule</name>
<parameters></parameters>
<node>localhost</node>
</module>

<!-- Connections -->
<connection>
<from>/openXRJoypad/walkingRpc</from>
<to>/walking-coordinator/rpc</to>
<protocol>fast_tcp</protocol>
</connection>

<connection>
<from>/openXRJoypad/walkingGoal</from>
<to>/walking-coordinator/goal:i</to>
<protocol>fast_tcp</protocol>
</connection>

</application>
4 changes: 0 additions & 4 deletions app/scripts/ergoCub-Teleoperation-3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<description>Run IK HDE Device</description>
<node>localhost</node>
<tag>RobotStateProvider</tag>
<dependencies>
<port timeout="10.0">/transformServer/transforms:o</port>
<port timeout="15.0">/iFeelSuit/WearableData/data:o</port>
</dependencies>
</module>

<module>
Expand Down

0 comments on commit 96e1193

Please sign in to comment.