Project

General

Profile

Revision 754da79f

ID754da79f59a021f22a2ce09dae007b7d85a2521e

Added by Priya over 11 years ago

Added the behavior to behavior list and cmakelists and made things compile.

View differences:

scout/libscout/src/behaviors/line_follow.h
35 35
class line_follow : public Behavior
36 36
{
37 37
    public:
38
        line_follow(std::string scoutname, std::string behavior_name, Sensors* sensors) : 
39
                Behavior(scoutname, behavior_name, sensors) {};
40

  
38 41
        line_follow(std::string scoutname, Sensors* sensors) : 
39 42
                Behavior(scoutname, "line_follow", sensors) {};
40 43

  

Also available in: Unified diff