Skip to content

Commit 3c2d44e

Browse files
committed
feat: remove runner
1 parent 8576b84 commit 3c2d44e

File tree

5 files changed

+18
-298
lines changed

5 files changed

+18
-298
lines changed

examples/s2s-demo.py

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
binary_path: /home/krachwal/binaries/rai/RAIManipulationDemo/RAIManipulationDemo.GameLauncher
2+
robotic_stack_command: ros2 launch examples/manipulation-demo-no-binary.launch.py
3+
required_services:
4+
- /grounding_dino_classify
5+
- /grounded_sam_segment
6+
- /manipulator_move_to
7+
- /spawn_entity
8+
- /delete_entity
9+
required_topics:
10+
- /color_image5
11+
- /depth_image5
12+
- /color_camera_info5
13+
required_actions: []

src/rai_bench/rai_bench/results.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
task,initial_score,simulation_config,final_score,total_time,number_of_tool_calls
2+
"Manipulate objects, so that all carrots to the left side of the table (positive y)",0.0,src/rai_bench/rai_bench/o3de_test_bench/configs/scene1.yaml,0.0,13.648,5
3+
"Manipulate objects, so that all carrots to the left side of the table (positive y)",0.5,src/rai_bench/rai_bench/o3de_test_bench/configs/scene2.yaml,0.75,29.011,7
4+
"Manipulate objects, so that all cubes are adjacent to at least one cube",0.0,src/rai_bench/rai_bench/o3de_test_bench/configs/scene3.yaml,0.0,17.047,5
5+
"Manipulate objects, so that all cubes are adjacent to at least one cube",1.0,src/rai_bench/rai_bench/o3de_test_bench/configs/scene4.yaml,0.75,18.869,5

src/rai_core/rai/runners/base.py

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

src/rai_core/rai/runners/s2s.py

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

0 commit comments

Comments
 (0)