Menu

#249 VFH bug

closed
player (137)
5
2008-10-07
2008-09-02
Colin
No

VFH provides a planner to inform the upper device if it has reached the goal. This planner is using this->planner_data.done = 1; to mark the flag.

The bug is that this flag is initialized as 0 or false. This means that VFH will be initially not done/ busy. The flag should be change to 1 or true right before the main while loop start.

Discussion

  • Toby Collett

    Toby Collett - 2008-10-07

    Fixed in CVS HEAD. Thanks very much for the report.

     
  • Toby Collett

    Toby Collett - 2008-10-07
    • status: open --> closed
     

Log in to post a comment.