Skip to content

Commit

Permalink
reverse>?
Browse files Browse the repository at this point in the history
  • Loading branch information
JaidenAGrimminck committed Dec 12, 2024
1 parent c421982 commit ecaf1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/local-train/lidar-control.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def act(points):
# straight, right, left
distances = [
front[0],
right[0],
left[0]
left[0],
right[0]
]

for i in range(len(distances)):
Expand Down

0 comments on commit ecaf1f0

Please sign in to comment.