Skip to content

Commit

Permalink
Added cloth_score attr.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruCathy committed Apr 26, 2024
1 parent f5c74b2 commit d8871d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyrcareworld/pyrcareworld/attributes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import pyrcareworld.attributes.rcarecontroller_attr
import pyrcareworld.attributes.humanarticulation_attr
import pyrcareworld.attributes.tactilesensor_attr
import pyrcareworld.attributes.cloth_score_attr

__all__ = [
"base_attr",
Expand All @@ -32,4 +33,5 @@
"rcarecontroller_attr",
"humanarticulation_attr",
"tactilesensor_attr",
"cloth_score_attr"
]

0 comments on commit d8871d2

Please sign in to comment.