Skip to content

Commit

Permalink
Coord adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthmrao committed Apr 17, 2023
1 parent 987ce4a commit 7e7b45a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trajectories/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
come_back_with_first_cube: path = (
go_get_first_cube[2],
[(initial[0] + 2.42, initial[1] + 0.25)],
(initial[0] + 0.05, initial[1] + 0.65, 0),
(initial[0] + 0.05, initial[1] + 0.55, 0),
(3.7, 2.3)
)

Expand All @@ -34,11 +34,11 @@
come_back_with_second_cube: path = (
go_get_second_cube[2],
[
(initial[0] + 4.1, initial[1] + 0.25),
(initial[0] + 3.3, initial[1] + 0.23),
(initial[0] + 1.85, initial[1] + 0.28),
(initial[0] + 4.4, initial[1] + 0.38),
(initial[0] + 3.3, initial[1] + 0.2),
(initial[0] + 1.85, initial[1] + 0.27),
],
(initial[0] + 0, initial[1] + 0.7, 0),
(initial[0] + 0, initial[1] + 0.55, 0),
(3.6, 2.6)
)

Expand Down

0 comments on commit 7e7b45a

Please sign in to comment.