Skip to content

Commit

Permalink
[EpisodeSegmenter] pick up event works but needs refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Oct 22, 2024
1 parent f45909d commit 0f865e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pycram/datastructures/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ObjectType(int, Enum):
ENVIRONMENT = auto()
GENERIC_OBJECT = auto()
HUMAN = auto()
IMAGINED_SURFACE = auto()


class State(int, Enum):
Expand Down

0 comments on commit 0f865e1

Please sign in to comment.