Skip to content

Commit 607ed04

Browse files
committed
tests: adjusted tests to changes
1 parent b76d371 commit 607ed04

File tree

2 files changed

+697
-1616
lines changed

2 files changed

+697
-1616
lines changed

tests/rai_bench/tool_calling_agent/test_predefined_basic_tasks.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
TaskArgs,
2121
)
2222
from rai_bench.tool_calling_agent.predefined.basic_tasks import (
23+
BOX1_ENTITY,
24+
BOX1_POSITION,
25+
BOX2_ENTITY,
26+
BOX2_POSITION,
27+
DEFAULT_DINO_CONFIDENCE,
28+
DEFAULT_FPS,
29+
DEFAULT_PUBLISH_FREQUENCY,
30+
DEFAULT_SAM_CONFIDENCE,
31+
DINO_CONFIDENCE_2,
32+
FPS_2,
33+
SAM_CONFIDENCE_2,
34+
TOMATO_ENTITY,
2335
all_camera_images_notord_val,
2436
check_spawnable_entities_val,
2537
color_image_ord_val,
@@ -31,20 +43,10 @@
3143
topics_ord_val,
3244
)
3345
from rai_bench.tool_calling_agent.tasks.basic import (
34-
BOX1_ENTITY,
35-
BOX1_POSITION,
36-
BOX2_ENTITY,
37-
BOX2_POSITION,
3846
COLOR_IMAGE_TOPIC,
39-
DEFAULT_DINO_CONFIDENCE,
40-
DEFAULT_FPS,
41-
DEFAULT_PUBLISH_FREQUENCY,
42-
DEFAULT_SAM_CONFIDENCE,
4347
DELETE_ENTITY_SERVICE,
4448
DELETE_ENTITY_TYPE,
4549
DEPTH_IMAGE_TOPIC,
46-
DINO_CONFIDENCE_2,
47-
FPS_2,
4850
GET_PARAMETERS_TYPE,
4951
GET_SPAWNABLE_NAMES_SERVICE,
5052
GET_WORLD_PROPERTIES_TYPE,
@@ -59,12 +61,10 @@
5961
ROBOT_STATE_PUBLISHER_GET_PARAMS,
6062
ROBOT_STATE_PUBLISHER_LIST_PARAMS,
6163
ROBOT_STATE_PUBLISHER_SET_PARAMS,
62-
SAM_CONFIDENCE_2,
6364
SET_PARAMETERS_ATOMICALLY_TYPE,
6465
SET_PARAMETERS_TYPE,
6566
SPAWN_ENTITY_SERVICE,
6667
SPAWN_ENTITY_TYPE,
67-
TOMATO_ENTITY,
6868
CheckSpawnableEntitiesTask,
6969
ConfigureVisionPipelineTask,
7070
GetAllROS2CamerasTask,

0 commit comments

Comments
 (0)