tici: use LSM6DS3 (#21496)

pull/21444/head
Willem Melching 4 years ago committed by GitHub
parent b3a792305e
commit 6feafc0042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/locationd/locationd.cc

@ -203,7 +203,7 @@ void Localizer::handle_sensors(double current_time, const capnp::List<cereal::Se
}
// TODO: handle messages from two IMUs at the same time
if (sensor_reading.getSource() == cereal::SensorEventData::SensorSource::LSM6DS3) {
if (sensor_reading.getSource() == cereal::SensorEventData::SensorSource::BMX055) {
continue;
}

Loading…
Cancel
Save