Unify navigation on NavigateToPose and remove legacy proxies
This commit is contained in:
@@ -28,7 +28,7 @@ def executable_lines(path):
|
||||
|
||||
def production(path):
|
||||
relative = Path(path).resolve().relative_to(ROOT)
|
||||
return relative.parts[0] in ('coordinator', 'robobrain', 'navigation_gateway', 'ros2') and not any(
|
||||
return relative.parts[0] in ('coordinator', 'robobrain', 'ros2') and not any(
|
||||
p in ('tests', 'test', 'tools', '__pycache__') for p in relative.parts) and relative.name not in ('setup.py',)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user