Skip to content

Commit

Permalink
pitch offset change
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-xie committed Mar 23, 2024
1 parent 7a98724 commit 1025c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/src/gimbal_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void Gimbal_Task_Init()
Motor_Config_t pitch_motor_config = {
.can_bus = 2,
.speed_controller_id = 2,
.offset = 1500,
.offset = 4460,
.use_external_feedback = 1,
.external_feedback_dir = -1,
.external_angle_feedback_ptr = &g_imu.rad.roll, // pitch
Expand Down

0 comments on commit 1025c54

Please sign in to comment.