Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 1:51:10 PM (8 years ago)
Author:
gania
Message:

introduced loops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/CommonController.h

    r10854 r10855  
    7474        std::string name;
    7575        Vector3 position;
     76        bool inLoop;
    7677    } ;
    7778
     
    202203                float squaredaccuracy_;
    203204                std::vector<Point > parsedActionpoints_;
     205                std::vector<Point > loopActionpoints_;
    204206
    205207            //----[/Actionpoint information]----
     
    207209                void executeActionpoint();
    208210                void nextActionpoint();
     211                void fillLoop();
     212                void fillLoopReversed();
     213                void moveBackToTop();
    209214            //----[Actionpoint methods]----
    210215            //----["Private" variables]----
     
    219224                int maneuverCounter_;
    220225                int tolerance_;
    221                 bool bFirstTick_;                       
     226                bool bFirstTick_;
     227                bool bInLoop_;
     228                bool bLoop_;                   
    222229            //----[/"Private" variables]----               
    223230    };
Note: See TracChangeset for help on using the changeset viewer.