Skip to content

Commit

Permalink
Merge pull request #28 from OCRTOC/fix_frame_id
Browse files Browse the repository at this point in the history
fix frame_id
  • Loading branch information
rar-lw authored Sep 14, 2020
2 parents a26549c + b8433ab commit a75684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrtoc_task/scripts/trigger_and_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def load_objects_db(db_file):
# 1.Creates a actionlib goal from scene task configuration.
goal = ocrtoc_task.msg.CleanGoal()
goal.scene_id = task_name
goal.frame_id = 'table'
goal.frame_id = 'world'
paraphrase_world(task_path, goal, alias_list)
print(goal)

Expand Down

0 comments on commit a75684d

Please sign in to comment.