Project

General

Profile

Revision 9a88eb2e

ID9a88eb2e8a8e9934880dd25c1cf54fb45fdccf01

Added by Priya over 11 years ago

Fixed pause so that it compiles. Also changed behavior gui so that it starts with Scout1 automatically.

View differences:

scout/libscout/src/behaviors/pause_scout.h
32 32
{
33 33
    public:
34 34
        /// @todo Is this the best way to inherit the Behavior constructor?
35
        pause_scout(std::string scoutname) : Behavior(scoutname, "pause_scout") {};
35
        pause_scout(std::string scoutname, Sensors* sensors)
36
            : Behavior(scoutname, "pause_scout", sensors) {};
36 37

  
37 38
        /** Actually executes the behavior. */
38 39
        void run();

Also available in: Unified diff