Skip to content

Commit

Permalink
Change test launch file
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Dec 13, 2024
1 parent 574e444 commit 6dc0918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus_integration_tests/test_parallel_wo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def asyncSetUp(self):
subprocess.Popen('pkill -9 -f zenoh', shell=True)

self.proc = managed_process(
("ros2", "launch", "nexus_integration_tests", "launch.py"),
("ros2", "launch", "nexus_integration_tests", "office.launch.xml"),
)
self.proc.__enter__()
print("waiting for nodes to be ready...", file=sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion nexus_integration_tests/test_pick_and_place.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def asyncSetUp(self):
subprocess.Popen('pkill -9 -f zenoh', shell=True)

self.proc = managed_process(
("ros2", "launch", "nexus_integration_tests", "launch.py"),
("ros2", "launch", "nexus_integration_tests", "office.launch.xml"),
)
self.proc.__enter__()
print("waiting for nodes to be ready...", file=sys.stderr)
Expand Down

0 comments on commit 6dc0918

Please sign in to comment.