Skip to content

Commit cda7b8d

Browse files
committed
Revert "Reinstate rpLidar in dry-run-dev (#703)"
This reverts commit 2c71097.
1 parent b426c74 commit cda7b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/dry-run/dry-run_dev.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ cp ${file_pc104} ${file_pc104}_bkp
7373
# disable inertial devices
7474
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'inertials')]" ${file_launch}
7575

76+
# disable rpLidar devices
77+
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'rpLidar')]" ${file_launch}
78+
7679
# disable wholebodydynamics
7780
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'wholebodydynamics')]" ${file_launch}
7881

0 commit comments

Comments
 (0)