add slam_gmapping
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
#echo "message: verbose = $VERBOSE"
|
||||
|
||||
if ($VERBOSE)
|
||||
then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
a=$MAKELEVEL
|
||||
|
||||
while ((0<$a)); do echo -n " "; let "a = $a - 1";done
|
||||
|
||||
echo $1
|
||||
Reference in New Issue
Block a user