Skip to content
Snippets Groups Projects
Commit e8f8e3ad authored by Pascal Stolzenburg's avatar Pascal Stolzenburg
Browse files

Update testmanager.sh

parent 1dd694c9
Branches
No related merge requests found
......@@ -27,7 +27,7 @@ if [ "$type" = "burger" ]
else
# neben 'burger' existieren im Beispiel nur 'waffle' und 'waffle_pi', für welche die Länge und Höhe gleich ist
# neben 'burger' existieren im Beispiel nur 'waffle' und 'waffle_pi', für welche die Länge und die Höhe gleich ist
botlaenge=0.1405
bothoehe=0.14
......@@ -142,7 +142,7 @@ for ((i=0; i<${anzahlTests}; i++)); do
else
rosrun location_monitor location_monitor_node.py $botlaenge $bothoehe 0.07 68 $dist 500 $timeout
rosrun location_monitor location_monitor_node.py $botlaenge $bothoehe 0.12 55 $dist 500 $timeout
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment