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 5985dc6 commit 019078b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Meta Platforms, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# mypy: ignore-errors

import json
import time
from datetime import datetime
Expand Down Expand Up @@ -41,7 +41,7 @@
spotskillmanager.spot.open_gripper()
input("Place an object in Spot's gripper and press Enter to continue...")
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")

Expand Down

0 comments on commit 019078b

Please sign in to comment.