Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2018, 3:57:54 PM (6 years ago)
Author:
arismu
Message:

Changed velocity bots, steering stabilized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc

    r11721 r11840  
    7171#include <vector>
    7272
    73 
    7473namespace orxonox
    7574{
     
    138137        }
    139138
     139
    140140        std::string message("Use headphones to hear the countdown!");
    141141        this->getGametypeInfo()->sendAnnounceMessage(message);
    142142        ChatManager::message(message);
     143
     144
    143145
    144146        //after 11 seconds , countdownFinished function is called to activate bots` engines
    145147        Timer* countdownTimer = new Timer();
    146148        countdownTimer->setTimer(11, false, createExecutor(createFunctor(&SpaceRace::countdownFinished, this)));
    147     }
    148 
     149       
     150    }
    149151
    150152
Note: See TracChangeset for help on using the changeset viewer.