We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rpLidar
1 parent b426c74 commit cda7b8dCopy full SHA for cda7b8d
tests/dry-run/dry-run_dev.sh
@@ -73,6 +73,9 @@ cp ${file_pc104} ${file_pc104}_bkp
73
# disable inertial devices
74
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'inertials')]" ${file_launch}
75
76
+# disable rpLidar devices
77
+xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'rpLidar')]" ${file_launch}
78
+
79
# disable wholebodydynamics
80
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'wholebodydynamics')]" ${file_launch}
81
0 commit comments