+++ implemented command handler
This commit is contained in:
parent
e51f1c2038
commit
b18e19bee5
8 changed files with 132 additions and 12 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue