Skip to content

Commit

Permalink
change angle of rotation
Browse files Browse the repository at this point in the history
Signed-off-by: rodneyosodo <b1ackd0t@protonmail.com>
  • Loading branch information
rodneyosodo committed Dec 19, 2022
1 parent 1f01d0f commit 011661e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobileplatform/mainmcu/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ int main()
stepper_1_ena = 1;
stepper_1_enb = 1;
drive.init(0.1f);
int yaw_i = 90;
int yaw_j = 270;
int yaw_i = 45;
int yaw_j = 225;
int count = 0;
int current = 1;
while (1)
Expand All @@ -45,7 +45,7 @@ int main()
{
data.yaw = yaw_j;
}
data.pitch = 0.5;
data.pitch = 0.9;
if (count > 1)
{
data.yaw = 0;
Expand Down

0 comments on commit 011661e

Please sign in to comment.