SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Better motion control using
accelerometer/gyroscope sensor fusion
               Gabor Paller
         gaborpaller@gmail.com
                Sfonge Ltd.
         http://www.sfonge.com
Where were we?
●   Droidcon 2011, London: Motion recognition on
    Android devices
    ●   http://mylifewithandroid.blogspot.com/2011/10/my-
        presentation-about-motion.html
●   Processing only the accelerometer for motion
    recognition
Acceleration

Acceleration caused by            Acceleration caused by the change
the change of direction                        of velocity




                                      v1          dV
  dV
               v2

                                            v2
       v1
                             ΔV
                          a=
                             Δt
Extract motion information from
              accelerometer data
●   Accelerometer data is a vector, having 3 axes (x,y,z)
●   This vector has the following components:
    ●   Gravity acceleration
        –   Pointing toward the center of the Earth
        –   Value of about 10 m/s2
        –   That's what we measure when the accelerometer is used to
            calculate tilt
    ●   Any other acceleration the device is subject to
        –   Added to the gravity acceleration
        –   “Disturbs” tilt measurement in gaming (swift movements cause
            acceleration) – hence the reason for gyroscopes
        –   Can be used for movement detection
Measured acceleration
Absolute value
●   x, y, z: acceleration vector components
●   g – value of the gravity acceleration (can be
    approximated as 10)


             a= √ x +y +z −g
                     2     2    2
Snap – one way accelerating
         Movement starts:

                Movement ends: decelerating
Droidcon 2011 flashback
●   Conclusions:
    ●   Power consumption is a problem
    ●   Some neat functionality can be implemented by doing
        pattern recognition on the acceleration vector's absolute
        value
    ●   In general case the gravity and motion acceleration
        components cannot be separated
    ●   You can try to use an additional sensor like the gyro to help
        the separation
Gyroscope
●   Very new phenomenon as gyroscopes suitable for consumer
    electronic devices appeared very recently
●   First appearance: Wii Motion Plus accessory, 2009 June
●   First Android smart phone: Nexus S (end of 2010)
●   Pros:
    ●   Not sensitive to gravity
●   Cons:
    ●   Currently supported only by high-end Android phones
    ●   Drift problems (more about that later)
Compass
●   Measures the device orientation wrt. the magnetic vector of the Earth
    ●   This vector points toward the magnetic center of the Earth
         –   It has a component that points to the magnetic North pole – that's what we
             use for orientation
         –   Beware of the z component! (also called magnetic inclination). If the device
             is not held horizontally, the downward vector element influences the
             measurement
●   Pros:
    ●   Can be used to deduce gravity, not sensitive to motion acceleration
    ●   Widely available in Android devices
●   Cons:
    ●   Requires calibration
    ●   Sensitive to metal objects, magnetic fields (e.g. electric motors)
This time it is gyroscope only
Gyroscope
Gyroscope measurement data
●   Measures rotation around 3 axes
●   More exactly: measures rotation speed (angular
    velocity) around the axes


                        Δφ
                   v x=
                        Δt
Getting the rotation angle
●   Get the angle difference

               Δ φ=v x Δ t

●   Get the absolute angle
               φ ' =φ+Δ φ
Drift
Noise
Gyro as support sensor
●   Because of accumulating error, gyro alone can
    be rarely used
●   But
    ●   The accelerometer has no accumulated error but
        has the gravity component problem
    ●   The gyro has accumulated error but is not sensitive
        to gravity
●   Sensor fusion: the use of multiple sensors so
    that they compensate each other's weaknesses
Accelerometer-gyro fusion
●   The easy way
    ●   Use the virtual sensors that calculate gravity and
        linear acceleration from multiple sensors
●   The hard way
    ●   Process raw accelerometer and gyroscope data to
        yield the motion information you need
Virtual sensors




             Gravity and motion acceleration
             deduced from the accelerometer
             and the gyroscope


            Roll/pitch/yaw from the compass

            Drift-compensated gyroscope
Drift-compensated gyroscope
The hard way
●   Why would you go the hard way?
    ●   Sensor fusion co-processing provided by the phone
        is not precise enough or can have undesirable
        properties (like auto-calibration in Nexus S)
    ●   Virtual sensors are not available (is there any such
        case with gyro-equipped phone?)
    ●   You would like to understand how it works and what
        to expect from built-in sensor fusion
    ●   Just for the fun of it :-)
What we want
●   Remember: accelerometer measures the sum
    of gravity and motion acceleration
●   Kills two use cases:
    ●   If you need device tilt, the motion acceleration
        component corrupts the measurement
    ●   If you want motion acceleration, it is impossible to
        subtract the gravity acceleration in a general case
●   Separate gravity and motion acceleration with
    the help of the gyroscope
Idea
Idea in words
●   Pick a reliable gravity vector measurement
    (make sure that there's no motion then)
●   If you detect motion (more about later), rotate
    the previous gravity vector using the gyroscope
    data and use it as gravity vector estimation
●   Subtract this gravity vector estimation from the
    measured acceleration – this yields the motion
    acceleration
Updating the gravity vector
               estimation
●   The gravity vector estimation has to be updated
    time to time as rotation angle errors accumulate
●   If we detect an acceleration measurement
    where there is no motion acceleration, we can
    take it as new reliable gravity vector estimation
●   Remember slide #7: if the absolute value of the
    accelerometer output is close to the Earth's
    gravity, we can assume that there's no motion
    → the gravity vector estimation can be updated
    with the current accelerometer output
Implementation
●   Example program:
    http://www.sfonge.com/forum/topic/example-
    application-accelerometergyroscope-
    processing-android
Now what?




3D linear acceleration signal of a well-known motion
Recognizing motion
●   3D linear acceleration signals are not so
    intuitive
●   Motion recognition:
    ●   Record acceleration pattern of reference motion
        and compare with these references
    ●   Convert from acceleration domain to something
        more intuitive like velocity
        –   Accelerometer/gyroscope bias will become linearly
            growing drift after you integrate the acceleration signal!
Walking with swinging hand
Walking with steady hand
Cutting corners
Conclusions
●   Each sensor has strengths and weaknesses
●   Combine them and they compensate each
    other
●   Some sensor fusion is already built-in
●   If not → don't worry, come up with your own, it's
    fun!
●   Motion recognition based on 3D linear
    acceleration signal is much more exact than
    doing the same from 1D signal
Questions?

Contenu connexe

Tendances

INERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxINERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxCyprianObota
 
Satellites launched by india
Satellites launched by indiaSatellites launched by india
Satellites launched by indiamsdoni
 
Satellite comm lect. final 1
Satellite comm lect. final 1Satellite comm lect. final 1
Satellite comm lect. final 1SunilKumar700757
 
Gps tracking system
Gps tracking system Gps tracking system
Gps tracking system Sumit Kumar
 
1-intro to vibration 1.pptx
1-intro to vibration 1.pptx1-intro to vibration 1.pptx
1-intro to vibration 1.pptxhaziq100
 
Drone and its application
Drone and its applicationDrone and its application
Drone and its application14209276
 
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)KAUSHAL KUMAR JHA
 
Android Based Application Project Report.
Android Based Application Project Report. Android Based Application Project Report.
Android Based Application Project Report. Abu Kaisar
 
Multisensor Fusion and Integration - pres
Multisensor Fusion and Integration - presMultisensor Fusion and Integration - pres
Multisensor Fusion and Integration - presPraneel Chand
 
Condition Based monitoring Training
Condition Based monitoring  TrainingCondition Based monitoring  Training
Condition Based monitoring Trainingjames anantharaj
 
Ppt. Micro air vehicel
Ppt. Micro air vehicelPpt. Micro air vehicel
Ppt. Micro air vehicelMukesh kumar
 

Tendances (20)

Gagan nav.
Gagan nav.Gagan nav.
Gagan nav.
 
INERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptxINERTIAL NAVVIGATION SYSTEM.pptx
INERTIAL NAVVIGATION SYSTEM.pptx
 
Satellites launched by india
Satellites launched by indiaSatellites launched by india
Satellites launched by india
 
Satellite comm lect. final 1
Satellite comm lect. final 1Satellite comm lect. final 1
Satellite comm lect. final 1
 
Quadcopter
QuadcopterQuadcopter
Quadcopter
 
unmanned aerial vehicle
unmanned aerial vehicleunmanned aerial vehicle
unmanned aerial vehicle
 
Quadcopter ppt
Quadcopter pptQuadcopter ppt
Quadcopter ppt
 
Gps tracking system
Gps tracking system Gps tracking system
Gps tracking system
 
Guidance system in missiles
Guidance system in missilesGuidance system in missiles
Guidance system in missiles
 
Gps
GpsGps
Gps
 
1-intro to vibration 1.pptx
1-intro to vibration 1.pptx1-intro to vibration 1.pptx
1-intro to vibration 1.pptx
 
Bug Tracking Java Project
Bug Tracking Java ProjectBug Tracking Java Project
Bug Tracking Java Project
 
Drone and its application
Drone and its applicationDrone and its application
Drone and its application
 
Gyroscopes
Gyroscopes Gyroscopes
Gyroscopes
 
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
 
Android Based Application Project Report.
Android Based Application Project Report. Android Based Application Project Report.
Android Based Application Project Report.
 
Multisensor Fusion and Integration - pres
Multisensor Fusion and Integration - presMultisensor Fusion and Integration - pres
Multisensor Fusion and Integration - pres
 
Fundamentals of vibration
Fundamentals of vibrationFundamentals of vibration
Fundamentals of vibration
 
Condition Based monitoring Training
Condition Based monitoring  TrainingCondition Based monitoring  Training
Condition Based monitoring Training
 
Ppt. Micro air vehicel
Ppt. Micro air vehicelPpt. Micro air vehicel
Ppt. Micro air vehicel
 

Similaire à Better motion control using accelerometer/gyroscope sensor fusion

Motion recognition with Android devices
Motion recognition with Android devicesMotion recognition with Android devices
Motion recognition with Android devicesGabor Paller
 
Sensors Data Processing for Innovative Swimming Tracking Device
Sensors Data Processing for Innovative Swimming Tracking DeviceSensors Data Processing for Innovative Swimming Tracking Device
Sensors Data Processing for Innovative Swimming Tracking DeviceGlobalLogic Ukraine
 
Swimming Tracker - Motion Recognition
Swimming Tracker - Motion RecognitionSwimming Tracker - Motion Recognition
Swimming Tracker - Motion RecognitionGlobalLogic Ukraine
 
Low-g Accelerometers Part 1 - Basic Knowledge of Accelerometers
Low-g Accelerometers Part 1  - Basic Knowledge of AccelerometersLow-g Accelerometers Part 1  - Basic Knowledge of Accelerometers
Low-g Accelerometers Part 1 - Basic Knowledge of AccelerometersPremier Farnell
 
Activity Recognition using Cell Phone Accelerometers
Activity Recognition using Cell Phone AccelerometersActivity Recognition using Cell Phone Accelerometers
Activity Recognition using Cell Phone AccelerometersIshara Amarasekera
 
Android gps, location services, camera and sensors - Paramvir Singh
Android gps, location services, camera and sensors - Paramvir SinghAndroid gps, location services, camera and sensors - Paramvir Singh
Android gps, location services, camera and sensors - Paramvir SinghParamvir Singh
 
Apresentação IMU (2).pdf
Apresentação IMU (2).pdfApresentação IMU (2).pdf
Apresentação IMU (2).pdfarsalhabib1
 
Working with Windows Phone sensors, gps and maps
Working with Windows Phone sensors, gps and mapsWorking with Windows Phone sensors, gps and maps
Working with Windows Phone sensors, gps and mapsMalin De Silva
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3Build Your Own VR Display Course - SIGGRAPH 2017: Part 3
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3StanfordComputationalImaging
 
Gyromat Technology (function & principle))
Gyromat Technology (function & principle))Gyromat Technology (function & principle))
Gyromat Technology (function & principle))venuss1231
 
Sensors for mobile robot navigation based on robotics
Sensors for mobile robot navigation based on roboticsSensors for mobile robot navigation based on robotics
Sensors for mobile robot navigation based on roboticsKRSavinJoseph
 
Tk2323 lecture 10 sensor
Tk2323 lecture 10   sensorTk2323 lecture 10   sensor
Tk2323 lecture 10 sensorMengChun Lam
 
booysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfbooysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfYogi Adi Wijaya
 
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...Robo India
 
Data logging
Data loggingData logging
Data loggingLim1990
 

Similaire à Better motion control using accelerometer/gyroscope sensor fusion (20)

Motion recognition with Android devices
Motion recognition with Android devicesMotion recognition with Android devices
Motion recognition with Android devices
 
Sensors Data Processing for Innovative Swimming Tracking Device
Sensors Data Processing for Innovative Swimming Tracking DeviceSensors Data Processing for Innovative Swimming Tracking Device
Sensors Data Processing for Innovative Swimming Tracking Device
 
Generic sensors for the Web
Generic sensors for the WebGeneric sensors for the Web
Generic sensors for the Web
 
Swimming Tracker - Motion Recognition
Swimming Tracker - Motion RecognitionSwimming Tracker - Motion Recognition
Swimming Tracker - Motion Recognition
 
Low-g Accelerometers Part 1 - Basic Knowledge of Accelerometers
Low-g Accelerometers Part 1  - Basic Knowledge of AccelerometersLow-g Accelerometers Part 1  - Basic Knowledge of Accelerometers
Low-g Accelerometers Part 1 - Basic Knowledge of Accelerometers
 
Activity Recognition using Cell Phone Accelerometers
Activity Recognition using Cell Phone AccelerometersActivity Recognition using Cell Phone Accelerometers
Activity Recognition using Cell Phone Accelerometers
 
Android gps, location services, camera and sensors - Paramvir Singh
Android gps, location services, camera and sensors - Paramvir SinghAndroid gps, location services, camera and sensors - Paramvir Singh
Android gps, location services, camera and sensors - Paramvir Singh
 
Apresentação IMU (2).pdf
Apresentação IMU (2).pdfApresentação IMU (2).pdf
Apresentação IMU (2).pdf
 
Working with Windows Phone sensors, gps and maps
Working with Windows Phone sensors, gps and mapsWorking with Windows Phone sensors, gps and maps
Working with Windows Phone sensors, gps and maps
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3Build Your Own VR Display Course - SIGGRAPH 2017: Part 3
Build Your Own VR Display Course - SIGGRAPH 2017: Part 3
 
Gyromat Technology (function & principle))
Gyromat Technology (function & principle))Gyromat Technology (function & principle))
Gyromat Technology (function & principle))
 
Sensors for mobile robot navigation based on robotics
Sensors for mobile robot navigation based on roboticsSensors for mobile robot navigation based on robotics
Sensors for mobile robot navigation based on robotics
 
Sensors 9
Sensors   9Sensors   9
Sensors 9
 
Sensor's inside
Sensor's insideSensor's inside
Sensor's inside
 
Track o-shoes
Track o-shoes Track o-shoes
Track o-shoes
 
Tk2323 lecture 10 sensor
Tk2323 lecture 10   sensorTk2323 lecture 10   sensor
Tk2323 lecture 10 sensor
 
booysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdfbooysen_vehicle_paper automotive 2015.pdf
booysen_vehicle_paper automotive 2015.pdf
 
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...
Evaluation of dynamics | Gyroscope, Accelerometer, Inertia Measuring Unit and...
 
Data logging
Data loggingData logging
Data logging
 

Plus de Gabor Paller

Towards a floating plastic waste early warning system
Towards a floating plastic waste early warning systemTowards a floating plastic waste early warning system
Towards a floating plastic waste early warning systemGabor Paller
 
Dataflow-based heterogeneous code generator for IoT applications
Dataflow-based heterogeneous code generator for IoT applicationsDataflow-based heterogeneous code generator for IoT applications
Dataflow-based heterogeneous code generator for IoT applicationsGabor Paller
 
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatok
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatokSigfox szenzorfejlesztéssel kapcsolatos tapasztalatok
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatokGabor Paller
 
Energy-efficient operation of GSM-connected infrared rodent sensors
Energy-efficient operation of GSM-connected infrared rodent sensorsEnergy-efficient operation of GSM-connected infrared rodent sensors
Energy-efficient operation of GSM-connected infrared rodent sensorsGabor Paller
 
AgroDat poster at Sensornets 2015 conference
AgroDat poster at Sensornets 2015 conferenceAgroDat poster at Sensornets 2015 conference
AgroDat poster at Sensornets 2015 conferenceGabor Paller
 
Connect your Android to the real world with Bluetooth Low Energy
Connect your Android to the real world with Bluetooth Low EnergyConnect your Android to the real world with Bluetooth Low Energy
Connect your Android to the real world with Bluetooth Low EnergyGabor Paller
 
Sensor fusion between car and smartphone
Sensor fusion between car and smartphoneSensor fusion between car and smartphone
Sensor fusion between car and smartphoneGabor Paller
 
Advantages and limitations of PhoneGap for sensor processing
Advantages and limitations of PhoneGap for sensor processingAdvantages and limitations of PhoneGap for sensor processing
Advantages and limitations of PhoneGap for sensor processingGabor Paller
 
LiveFolders as feeds
LiveFolders as feedsLiveFolders as feeds
LiveFolders as feedsGabor Paller
 
Understanding the Dalvik bytecode with the Dedexer tool
Understanding the Dalvik bytecode with the Dedexer toolUnderstanding the Dalvik bytecode with the Dedexer tool
Understanding the Dalvik bytecode with the Dedexer toolGabor Paller
 
The dedexer disassembler
The dedexer disassemblerThe dedexer disassembler
The dedexer disassemblerGabor Paller
 

Plus de Gabor Paller (11)

Towards a floating plastic waste early warning system
Towards a floating plastic waste early warning systemTowards a floating plastic waste early warning system
Towards a floating plastic waste early warning system
 
Dataflow-based heterogeneous code generator for IoT applications
Dataflow-based heterogeneous code generator for IoT applicationsDataflow-based heterogeneous code generator for IoT applications
Dataflow-based heterogeneous code generator for IoT applications
 
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatok
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatokSigfox szenzorfejlesztéssel kapcsolatos tapasztalatok
Sigfox szenzorfejlesztéssel kapcsolatos tapasztalatok
 
Energy-efficient operation of GSM-connected infrared rodent sensors
Energy-efficient operation of GSM-connected infrared rodent sensorsEnergy-efficient operation of GSM-connected infrared rodent sensors
Energy-efficient operation of GSM-connected infrared rodent sensors
 
AgroDat poster at Sensornets 2015 conference
AgroDat poster at Sensornets 2015 conferenceAgroDat poster at Sensornets 2015 conference
AgroDat poster at Sensornets 2015 conference
 
Connect your Android to the real world with Bluetooth Low Energy
Connect your Android to the real world with Bluetooth Low EnergyConnect your Android to the real world with Bluetooth Low Energy
Connect your Android to the real world with Bluetooth Low Energy
 
Sensor fusion between car and smartphone
Sensor fusion between car and smartphoneSensor fusion between car and smartphone
Sensor fusion between car and smartphone
 
Advantages and limitations of PhoneGap for sensor processing
Advantages and limitations of PhoneGap for sensor processingAdvantages and limitations of PhoneGap for sensor processing
Advantages and limitations of PhoneGap for sensor processing
 
LiveFolders as feeds
LiveFolders as feedsLiveFolders as feeds
LiveFolders as feeds
 
Understanding the Dalvik bytecode with the Dedexer tool
Understanding the Dalvik bytecode with the Dedexer toolUnderstanding the Dalvik bytecode with the Dedexer tool
Understanding the Dalvik bytecode with the Dedexer tool
 
The dedexer disassembler
The dedexer disassemblerThe dedexer disassembler
The dedexer disassembler
 

Dernier

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Dernier (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Better motion control using accelerometer/gyroscope sensor fusion

  • 1. Better motion control using accelerometer/gyroscope sensor fusion Gabor Paller gaborpaller@gmail.com Sfonge Ltd. http://www.sfonge.com
  • 2. Where were we? ● Droidcon 2011, London: Motion recognition on Android devices ● http://mylifewithandroid.blogspot.com/2011/10/my- presentation-about-motion.html ● Processing only the accelerometer for motion recognition
  • 3. Acceleration Acceleration caused by Acceleration caused by the change the change of direction of velocity v1 dV dV v2 v2 v1 ΔV a= Δt
  • 4. Extract motion information from accelerometer data ● Accelerometer data is a vector, having 3 axes (x,y,z) ● This vector has the following components: ● Gravity acceleration – Pointing toward the center of the Earth – Value of about 10 m/s2 – That's what we measure when the accelerometer is used to calculate tilt ● Any other acceleration the device is subject to – Added to the gravity acceleration – “Disturbs” tilt measurement in gaming (swift movements cause acceleration) – hence the reason for gyroscopes – Can be used for movement detection
  • 6. Absolute value ● x, y, z: acceleration vector components ● g – value of the gravity acceleration (can be approximated as 10) a= √ x +y +z −g 2 2 2
  • 7. Snap – one way accelerating Movement starts: Movement ends: decelerating
  • 8. Droidcon 2011 flashback ● Conclusions: ● Power consumption is a problem ● Some neat functionality can be implemented by doing pattern recognition on the acceleration vector's absolute value ● In general case the gravity and motion acceleration components cannot be separated ● You can try to use an additional sensor like the gyro to help the separation
  • 9. Gyroscope ● Very new phenomenon as gyroscopes suitable for consumer electronic devices appeared very recently ● First appearance: Wii Motion Plus accessory, 2009 June ● First Android smart phone: Nexus S (end of 2010) ● Pros: ● Not sensitive to gravity ● Cons: ● Currently supported only by high-end Android phones ● Drift problems (more about that later)
  • 10. Compass ● Measures the device orientation wrt. the magnetic vector of the Earth ● This vector points toward the magnetic center of the Earth – It has a component that points to the magnetic North pole – that's what we use for orientation – Beware of the z component! (also called magnetic inclination). If the device is not held horizontally, the downward vector element influences the measurement ● Pros: ● Can be used to deduce gravity, not sensitive to motion acceleration ● Widely available in Android devices ● Cons: ● Requires calibration ● Sensitive to metal objects, magnetic fields (e.g. electric motors)
  • 11. This time it is gyroscope only
  • 13. Gyroscope measurement data ● Measures rotation around 3 axes ● More exactly: measures rotation speed (angular velocity) around the axes Δφ v x= Δt
  • 14. Getting the rotation angle ● Get the angle difference Δ φ=v x Δ t ● Get the absolute angle φ ' =φ+Δ φ
  • 15. Drift
  • 16. Noise
  • 17. Gyro as support sensor ● Because of accumulating error, gyro alone can be rarely used ● But ● The accelerometer has no accumulated error but has the gravity component problem ● The gyro has accumulated error but is not sensitive to gravity ● Sensor fusion: the use of multiple sensors so that they compensate each other's weaknesses
  • 18. Accelerometer-gyro fusion ● The easy way ● Use the virtual sensors that calculate gravity and linear acceleration from multiple sensors ● The hard way ● Process raw accelerometer and gyroscope data to yield the motion information you need
  • 19. Virtual sensors Gravity and motion acceleration deduced from the accelerometer and the gyroscope Roll/pitch/yaw from the compass Drift-compensated gyroscope
  • 21. The hard way ● Why would you go the hard way? ● Sensor fusion co-processing provided by the phone is not precise enough or can have undesirable properties (like auto-calibration in Nexus S) ● Virtual sensors are not available (is there any such case with gyro-equipped phone?) ● You would like to understand how it works and what to expect from built-in sensor fusion ● Just for the fun of it :-)
  • 22. What we want ● Remember: accelerometer measures the sum of gravity and motion acceleration ● Kills two use cases: ● If you need device tilt, the motion acceleration component corrupts the measurement ● If you want motion acceleration, it is impossible to subtract the gravity acceleration in a general case ● Separate gravity and motion acceleration with the help of the gyroscope
  • 23. Idea
  • 24. Idea in words ● Pick a reliable gravity vector measurement (make sure that there's no motion then) ● If you detect motion (more about later), rotate the previous gravity vector using the gyroscope data and use it as gravity vector estimation ● Subtract this gravity vector estimation from the measured acceleration – this yields the motion acceleration
  • 25. Updating the gravity vector estimation ● The gravity vector estimation has to be updated time to time as rotation angle errors accumulate ● If we detect an acceleration measurement where there is no motion acceleration, we can take it as new reliable gravity vector estimation ● Remember slide #7: if the absolute value of the accelerometer output is close to the Earth's gravity, we can assume that there's no motion → the gravity vector estimation can be updated with the current accelerometer output
  • 26. Implementation ● Example program: http://www.sfonge.com/forum/topic/example- application-accelerometergyroscope- processing-android
  • 27. Now what? 3D linear acceleration signal of a well-known motion
  • 28. Recognizing motion ● 3D linear acceleration signals are not so intuitive ● Motion recognition: ● Record acceleration pattern of reference motion and compare with these references ● Convert from acceleration domain to something more intuitive like velocity – Accelerometer/gyroscope bias will become linearly growing drift after you integrate the acceleration signal!
  • 32. Conclusions ● Each sensor has strengths and weaknesses ● Combine them and they compensate each other ● Some sensor fusion is already built-in ● If not → don't worry, come up with your own, it's fun! ● Motion recognition based on 3D linear acceleration signal is much more exact than doing the same from 1D signal