-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nws/nwc naming convention (#367)
* changed naming of HumanDynamicsWrapper and HumanDynamicsRemapper * changed naming of HumanStateWrapper and HumanStateRemapper * changed naming of HumanWrenchWrapper and HumanWrenchRemapper * changed naming of WearableTargetsWrapper and WearableTargetsRemapper * minor changes * Update HumanStateVisualizer nws/nwc naming convention * updating naming convention in Human.xml file * changed naming of HumanWrenchWrapper and HumanWrenchRemapper * Update CHANGELOG.md * changed wrapper and remapper folder name * updated CMakeList * Update CHANGELOG.md * updated nws\nwc naming convention of config files * updated naming convention for wearable target server * updated name of namespace
- Loading branch information
1 parent
4c1f0b8
commit 77c7a02
Showing
78 changed files
with
557 additions
and
542 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
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
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,7 @@ | ||
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT) | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
add_subdirectory(HumanState_nwc_yarp) | ||
add_subdirectory(HumanDynamics_nwc_yarp) | ||
add_subdirectory(HumanWrench_nwc_yarp) | ||
add_subdirectory(WearableTargets_nwc_yarp) |
18 changes: 9 additions & 9 deletions
18
...pers/HumanDynamicsRemapper/CMakeLists.txt → ...nts/HumanDynamics_nwc_yarp/CMakeLists.txt
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
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
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
12 changes: 12 additions & 0 deletions
12
clients/HumanDynamics_nwc_yarp/conf/HumanDynamics_nwc_yarpExample.xml
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE robot PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd"> | ||
<robot name="Human-Dynamics-Client" build=0 portprefix=""> | ||
|
||
|
||
<device type="human_dynamics_nwc_yarp" name="HumanDynamics_nwc_yarp"> | ||
<param name="humanDynamicsDataPort">/HDE/HumanDynamics_nws_yarp/torques:o</param> | ||
</device> | ||
|
||
|
||
|
||
</robot> |
18 changes: 9 additions & 9 deletions
18
wrappers/HumanStateWrapper/CMakeLists.txt → clients/HumanState_nwc_yarp/CMakeLists.txt
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
Oops, something went wrong.