Skip to content

Commit

Permalink
Update src/modules/sensors/vehicle_imu/VehicleIMU.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Beat Küng <beat-kueng@gmx.net>
  • Loading branch information
dagar and bkueng authored May 27, 2020
1 parent d20e341 commit 09b3dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sensors/vehicle_imu/VehicleIMU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void VehicleIMU::Run()
if (_accel_integrator.reset(delta_velocity, accel_integral_dt)
&& _gyro_integrator.reset(delta_angle, gyro_integral_dt)) {

// publich vehicle_imu
// publish vehicle_imu
vehicle_imu_s imu{};

imu.timestamp_sample = _last_timestamp_sample_gyro;
Expand Down

0 comments on commit 09b3dab

Please sign in to comment.