Skip to content

Commit a75684d

Browse files
authored
Merge pull request #28 from OCRTOC/fix_frame_id
fix frame_id
2 parents a26549c + b8433ab commit a75684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocrtoc_task/scripts/trigger_and_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def load_objects_db(db_file):
8888
# 1.Creates a actionlib goal from scene task configuration.
8989
goal = ocrtoc_task.msg.CleanGoal()
9090
goal.scene_id = task_name
91-
goal.frame_id = 'table'
91+
goal.frame_id = 'world'
9292
paraphrase_world(task_path, goal, alias_list)
9393
print(goal)
9494

0 commit comments

Comments
 (0)