summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/modules/executor/navigator.c
diff options
context:
space:
mode:
authormasterm <devnull@localhost>2007-02-23 00:37:00 +0100
committermasterm <devnull@localhost>2007-02-23 00:37:00 +0100
commitb18e19bee517d70d36c00f5561a075d46b0c20bd (patch)
tree150b4af23747a8ee7987aac3504dc80692450f5d /source/Concept/Framework/modules/executor/navigator.c
parente51f1c203897019ee5669e44d35cf1241514d442 (diff)
downloadrc2007-soccer-b18e19bee517d70d36c00f5561a075d46b0c20bd.tar
rc2007-soccer-b18e19bee517d70d36c00f5561a075d46b0c20bd.zip
+++ implemented command handler
Diffstat (limited to 'source/Concept/Framework/modules/executor/navigator.c')
-rwxr-xr-xsource/Concept/Framework/modules/executor/navigator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Concept/Framework/modules/executor/navigator.c b/source/Concept/Framework/modules/executor/navigator.c
index 023bf79..7c4618a 100755
--- a/source/Concept/Framework/modules/executor/navigator.c
+++ b/source/Concept/Framework/modules/executor/navigator.c
@@ -234,8 +234,6 @@ void Navigator::CalculateEngines()
//(parent->GetModule<Display>(IO_DISPLAY_MAIN))->Print(vBack,10,3);
//(parent->GetModule<Display>(IO_DISPLAY_MAIN))->Print(vRight,10,4);
-
-
// Transfer the values to the engines
Engine* curEngine = parent->GetModule<Engine>(IO_ENGINE_DRIVE_LEFT);
curEngine->SetSpeed(vLeft);