Skip to content

Commit

Permalink
enc pins changed
Browse files Browse the repository at this point in the history
  • Loading branch information
likerobotics committed Mar 21, 2024
1 parent 7c2e2ef commit 414472b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Car/Car.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Car::Car(
feedbackCarPose(feedbackPose)
{
G = {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
w1 = new Wheel(1, 18, 19, false);
w1 = new Wheel(1, 51, 53, false);
w2 = new Wheel(2, 20, 21, true);
w3 = new Wheel(3, 50, 52, true);
w4 = new Wheel(4, 51, 53, false);
w4 = new Wheel(4, 18, 19, false);
vb.Fill(0);
vb6.Fill(0);
// q.Fill(0);
Expand Down

0 comments on commit 414472b

Please sign in to comment.