Skip to content

Commit

Permalink
[dragon][imu] fix bug: changed protected variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Oct 14, 2024
1 parent af60251 commit c0d532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robots/dragon/src/sensor/imu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace sensor_plugin
}

acc_b_[i] = imu_msg->acc_data[i];
wz_b_[i] = imu_msg->angles[i];
g_b_[i] = imu_msg->angles[i];
omega_[i] = imu_msg->gyro_data[i];
mag_[i] = imu_msg->mag_data[i];
}
Expand Down

0 comments on commit c0d532b

Please sign in to comment.