Skip to content

Commit

Permalink
Revert "Reinstate rpLidar in dry-run-dev (#703)"
Browse files Browse the repository at this point in the history
This reverts commit 2c71097.
  • Loading branch information
pattacini committed Dec 30, 2024
1 parent b426c74 commit cda7b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dry-run/dry-run_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ cp ${file_pc104} ${file_pc104}_bkp
# disable inertial devices
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'inertials')]" ${file_launch}

# disable rpLidar devices
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'rpLidar')]" ${file_launch}

# disable wholebodydynamics
xmlstarlet edit --inplace --delete "/robot/devices/xi:include[contains(@href,'wholebodydynamics')]" ${file_launch}

Expand Down

0 comments on commit cda7b8d

Please sign in to comment.