Project

General

Profile

Revision fe8da1b9

IDfe8da1b92879bcd0994860a39d4f2e4105f5a30c

Added by Leon about 12 years ago

minor edit to prev push

View differences:

scout/libscout/src/behaviors/WH_Robot.cpp
3 3
/** @brief default warehouse robot constructor **/
4 4
WH_Robot::WH_Robot()
5 5
{
6
    nav_map = navigationMap("nyan");
6 7
    curr_task = NULL;
8
    schedule = Scheduler();
7 9
}
8 10

  
9 11
/** @Brief: warehouse robot constructor **/
10 12
WH_Robot::WH_Robot(std::string scoutname)
11 13
{
12 14
    nav_map = navigationMap(scoutname);
15
    // this probably won't work :x
13 16
    curr_task = NULL;
14 17
    schedule = Scheduler();
15 18
}

Also available in: Unified diff