Skip to content

Commit d0ad448

Browse files
authored
jtcvc exclusion refined
cc @S-Dafarra
1 parent 0706a87 commit d0ad448

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Build products
22
build*
33

4+
# Testing products
5+
Testing*
6+
47
# System hidden files
58
.DS_Store
69

tests/dry-run/dry-run_dev.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'wh
8383
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'_ros')]" ${file_launch}
8484
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'_ros2')]" ${file_launch}
8585

86+
# disable jtcvc wrappers
87+
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'-jtcvc')]" ${file_launch}
88+
8689
# disable calibration
8790
xmlstarlet edit --inplace --update "/params/group/param[@name='skipCalibration']" --value 'true' ${file_general}
8891

@@ -103,7 +106,7 @@ yarpserver --write --silent &
103106
yarp wait /root
104107

105108
echo "Starting yarprobotinterface..."
106-
YARP_ROBOT_NAME=$1 yarprobotinterface --enable_tags "(remapper_no_jtcvc)" --disable_tags "(disable_jtcvc)" > ${log_file} 2>&1 &
109+
YARP_ROBOT_NAME=$1 yarprobotinterface --enable_tags "(remapper_no_jtcvc)" > ${log_file} 2>&1 &
107110

108111
exit_code=0
109112

0 commit comments

Comments
 (0)