Skip to content

Temp2 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test squashing and rebasing
  • Loading branch information
y-veys committed Apr 27, 2025
commit 4fc847f4df8483c77cd93221468398ae06bdfe2e
1 change: 0 additions & 1 deletion spot_tools/examples/test_spot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
stow_arm,
)
from spot_skills.door_utils import execute_open_door
from spot_skills.grasp_utils import object_grasp
from spot_skills.grasp_utils import object_grasp, object_grasp_YOLO, object_place
from spot_skills.navigation_utils import (
navigate_to_relative_pose,
Expand Down
2 changes: 0 additions & 2 deletions spot_tools/src/spot_executor/spot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

from spot_executor.stitch_front_images import stitch, stitch_live, stitch_RGB

from spot_executor.stitch_front_images import stitch, stitch_live, stitch_RGB


class Spot:
def __init__(
Expand Down