mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Updated illumination invariant paper documentation
This commit is contained in:
13
archive/2022-IlluminationInvariant/scripts/run_all.sh
Executable file
13
archive/2022-IlluminationInvariant/scripts/run_all.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -lt 1 ]
|
||||
then
|
||||
echo "No arguments supplied. It should be the data directory (where the reprocessed map databases will be saved)."
|
||||
exit
|
||||
fi
|
||||
DATA=$1
|
||||
|
||||
./reprocess_maps_all.sh $DATA
|
||||
./run_localization_single_all.sh $DATA
|
||||
./run_consecutive_localization_all.sh $DATA
|
||||
|
||||
Reference in New Issue
Block a user