Skip to content

Commit

Permalink
adds: script to support verbose logging on spot
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanand1120 committed Oct 6, 2024
1 parent 940d862 commit 6de18d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spot_navigation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
set -x

if [ -z "$VERBOSE_LOGGING" ]; then
VERBOSE_LOGGING=0
fi

echo VERBOSE_LOGGING=$VERBOSE_LOGGING

VERBOSE_LOGGING=$VERBOSE_LOGGING ./bin/navigation -robot_config /root/ut-amrl/spot_autonomy/config/navigation.lua

0 comments on commit 6de18d4

Please sign in to comment.