Skip to content

Commit

Permalink
Merge pull request #119 from alkdischen/phy-robo-care
Browse files Browse the repository at this point in the history
delete grasp_detection_attr
  • Loading branch information
YoruCathy authored Sep 16, 2024
2 parents 0d533fd + 8dc1c95 commit 6f0b816
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions pyrcareworld/pyrcareworld/attributes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from pyrcareworld.attributes.cloth_grasper_attr import ClothGrasperAttr
# from pyrcareworld.attributes.move_detectopm_attr import MovementDetectionAttr
# from pyrcareworld.attributes.sponge_attr import SpongeAttr
from pyrcareworld.attributes.grasp_detection_attr import GraspDetectionAttr
from pyrcareworld.attributes.bathing_score_attr import BathingScoreAttr
from pyrcareworld.attributes.dressing_score_attr import DressingScoreAttr
from pyrcareworld.attributes.sponge_attr import SpongeAttr
Expand Down Expand Up @@ -46,7 +45,6 @@
# "IntersectAttr": IntersectAttr,
"ClothGrasperAttr": ClothGrasperAttr,
"SpongeScoreAttr": SpongeScoreAttr,
"GraspDetectionAttr": GraspDetectionAttr,
"BathingScoreAttr": BathingScoreAttr,
"DressingScoreAttr": DressingScoreAttr,
"SpongeAttr": SpongeAttr,
Expand Down
31 changes: 0 additions & 31 deletions pyrcareworld/pyrcareworld/attributes/grasp_detection_attr.py

This file was deleted.

0 comments on commit 6f0b816

Please sign in to comment.