Skip to content

Commit b79d56e

Browse files
committed
refactored
1 parent 20bac29 commit b79d56e

22 files changed

+1281
-546
lines changed

examples/rai-semap.launch.py

Lines changed: 0 additions & 133 deletions
This file was deleted.

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rai_bringup/launch/openset.launch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def generate_launch_description():
2222
[
2323
ExecuteProcess(
2424
cmd=["python", "run_perception_agents.py"],
25-
cwd="src/rai_extensions/rai_perception/scripts",
25+
# https://github.com/RobotecAI/rai/pull/722
26+
cwd="src/rai_extensions/rai_perception/rai_perception/scripts",
2627
output="screen",
2728
),
2829
]

0 commit comments

Comments
 (0)