control: add g path_clean to remove all links from node (#475)
refactor: small cosmetic changes
This commit is contained in:
parent
fe5c8ef053
commit
fb301b7b19
23 changed files with 205 additions and 132 deletions
|
|
@ -24,7 +24,7 @@ CR_DECLARE_SCOPED_ENUM (AStarResult,
|
|||
)
|
||||
|
||||
// node added
|
||||
using NodeAdderFn = Lambda <bool (int)>;
|
||||
using NodeAdderFn = const Lambda <bool (int)> &;
|
||||
|
||||
// route twin node
|
||||
template <typename HT> struct RouteTwin final {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue