remove more destructuring
This commit is contained in:
parent
65e298c82c
commit
fb3be522a0
@ -13,7 +13,7 @@
|
|||||||
(fn lateral? [direction]
|
(fn lateral? [direction]
|
||||||
(. {:w true :e true} direction))
|
(. {:w true :e true} direction))
|
||||||
|
|
||||||
(fn try-to-drive [{: x : y : direction : stopped} distance]
|
(fn try-to-drive [{: x : y : direction} distance]
|
||||||
(let [distance
|
(let [distance
|
||||||
(if (lateral? direction)
|
(if (lateral? direction)
|
||||||
(/ distance (math.cos (/ (* math.pi y) 180)))
|
(/ distance (math.cos (/ (* math.pi y) 180)))
|
||||||
|
Loading…
Reference in New Issue
Block a user