Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytyyang authored and Achuthankrishna committed Sep 17, 2024
1 parent b19522e commit 2e23a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spot_rl_experiments/experiments/skill_test/run_episode.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def parse_yaml(file_path):
for action, args in action_dict.items():
method = getattr(action_taker, action, None)
if method:
# breakpoint()
status, _ = method(*args)
controller = getattr(action_taker, controller_dict[action], None)
if controller:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
input("Place an object in Spot's gripper and press Enter to continue...")
#Place Object and Close Gripper
rospy.set_param("is_gripper_blocked", 0)
episode_log = {"actions": []}
episode_log = {"actions": []} # type: ignore
spotskillmanager.spot.close_gripper()
input("waiting for user to get ready with camera")
# The following is a helpful tip to debug the arm
Expand Down

0 comments on commit 2e23a8a

Please sign in to comment.