9
Sensor Fusion Donald Heer 11/10/10

Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Embed Size (px)

DESCRIPTION

Example You are designing a system that measures ‘instantaneous power’ of a AC circuit. You are using a current sensor and a voltage sensor fed into a microcontroller. Can you display ‘instantaneous power’? Discuss in your groups

Citation preview

Page 1: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Sensor Fusion

Donald Heer11/10/10

Page 2: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

The Questions

Can two things happen at the ‘same’ time?Can the same thing be observed ‘identically’ by two different observers?

Page 3: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Example

You are designing a system that measures ‘instantaneous power’ of a AC circuit. You are using a current sensor and a voltage sensor fed into a microcontroller. Can you display ‘instantaneous power’?Discuss in your groups

Page 4: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

What Contributes to Timing Error?

ADC Timing Microcontroller ProcessingWire delay

Does it even matter though? Discuss.

Page 5: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

What is ‘instant enough’?

Depends on specifications

Page 6: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Another Example

You are tasked with building a dead reckoning device. This system has a digital compass, a GPS, a 3 axis accelerometer, and a 3 axis gyroscope. The device will be installed on an off road buggy the can reach speeds of 60mph.

Page 7: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Specifics

GPS – Accurate with in 10M, 10Hz refreshAccelerometers – Accurate with in .001Gs, 1KHz refresh rateGyroscopes – Accurate within .1ft/sec/sec, 1KHz refresh rateDigital Compass – accurate with in 1 degree, 100Hz refresh rate

Come up with some rules to combine these inputs into a single ‘picture’ of where the buggy is. Discuss

Page 8: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Which Sensors are More Useful?

GPS? Only on rough terrain or when moving fastAccelerometers? Update fast, but noisyGyroscopes? Measures rotation, but drifts over timeDigital Compass? Only gives direction

Page 9: Sensor Fusion Donald Heer 11/10/10. The Questions Can two things happen at the same time? Can the same thing be observed identically by two different

Take Away

Be sure you know if you need ‘simultaneous’ measurements, or what error you can acceptIf needed, use one sensor to confirm another