Skip to content
Snippets Groups Projects
Forked from Humanoid Path Planner / hpp-manipulation
Source project has a limited visibility.
  • Le Quang Anh's avatar
    40b094b9
    [StatesPathFinder] Avoid loops in state sequence · 40b094b9
    Le Quang Anh authored
    Currently for most of the problems we look at, loops (an edge going into
    the same state) are not useful. However, these loops appear in a lot of
    state sequences considered by the algorithm and slow it down
    significantly. Until we encounter a problem where loops are necessary to
    accomplish the task, we should just ignore them.
    40b094b9
    History
    [StatesPathFinder] Avoid loops in state sequence
    Le Quang Anh authored
    Currently for most of the problems we look at, loops (an edge going into
    the same state) are not useful. However, these loops appear in a lot of
    state sequences considered by the algorithm and slow it down
    significantly. Until we encounter a problem where loops are necessary to
    accomplish the task, we should just ignore them.