Skip to content

Commit

Permalink
Adjust IMU orientation angle after talking to Ligen
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 authored and bkleiner committed Jan 18, 2023
1 parent 8aca6d2 commit 678d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static uint8_t sync_len = 200;
static volatile bool calibrating = false;
static int calibration_count = 0;

static const float imu_orientation[3] = {0.0 * DEG_TO_RAD, -90.0 * DEG_TO_RAD, (-90.0+22.0) * DEG_TO_RAD};
static const float imu_orientation[3] = {0.0 * DEG_TO_RAD, -90.0 * DEG_TO_RAD, (-90.0+23.0) * DEG_TO_RAD};

static const int ppmMaxPulse = 500;
static const int ppmMinPulse = -500;
Expand Down

0 comments on commit 678d157

Please sign in to comment.