Skip to content

Commit

Permalink
testing state
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsbu1 committed May 30, 2024
1 parent ff16ed1 commit 87b4f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sciclops_rest_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def status(state: State,
lid: Annotated[bool, "Whether plate has a lid or not"] = False,
trash: Annotated[bool, "Whether to use the trash"] = False
):
print(dir(state))
print(state._state)
state.sciclops.get_plate(pos, lid, trash)
return StepResponse(StepStatus.SUCCEEDED, "robot homed")

Expand Down

0 comments on commit 87b4f77

Please sign in to comment.