Skip to content

Commit

Permalink
[SymForce] IMU lcmtypes are printable
Browse files Browse the repository at this point in the history
GitOrigin-RevId: dceb08116a731c2e958e31cb1f116218df3e8762
  • Loading branch information
david-hug-skydio authored and aaron-skydio committed Aug 22, 2023
1 parent 7d5f4f7 commit fbbe5fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lcmtypes/symforce.lcm
Original file line number Diff line number Diff line change
Expand Up @@ -254,21 +254,18 @@ struct optimization_stats_t {
sparse_matrix_structure_t cholesky_factor_sparsity;
}

#cpp_no_display
struct imu_biases_t {
eigen_lcm.Vector3d accel_bias;
eigen_lcm.Vector3d gyro_bias;
}

#cpp_no_display
struct imu_integrated_measurement_delta_t {
double Dt;
eigen_lcm.Quaterniond DR;
eigen_lcm.Vector3d Dv;
eigen_lcm.Vector3d Dp;
}

#cpp_no_display
struct imu_integrated_measurement_derivatives_t {
eigen_lcm.Matrix3d DR_D_gyro_bias;
eigen_lcm.Matrix3d Dv_D_accel_bias;
Expand All @@ -277,7 +274,6 @@ struct imu_integrated_measurement_derivatives_t {
eigen_lcm.Matrix3d Dp_D_gyro_bias;
}

#cpp_no_display
struct imu_integrated_measurement_t {
imu_biases_t biases;
imu_integrated_measurement_delta_t delta;
Expand Down

0 comments on commit fbbe5fc

Please sign in to comment.