You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TopologicalRouteSearch in strands_navigation/topological_navigation/src/topological_navigation/route_search.py
If we search route from a node A to the same node using search_route method of this class, it will return a loop A -> B -> A (assuming bi-directional edges exist between A and another node B).
The text was updated successfully, but these errors were encountered:
A fix is in #376. Returns None if origin and target are the same.
This was not a problem in topological_navigation or execute_policy_mode as the nodes are checked in navigate.py before routes are searched.
TopologicalRouteSearch
instrands_navigation/topological_navigation/src/topological_navigation/route_search.py
If we search route from a node A to the same node using
search_route
method of this class, it will return a loop A -> B -> A (assuming bi-directional edges exist between A and another node B).The text was updated successfully, but these errors were encountered: