-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters