Jump to content

Qualcomm Robotics RB5/Sensors/IMU: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 3: Line 3:
</noinclude>
</noinclude>


= IMU =
__TOC__
== IMU ==
The Qualcomm Robotics RB5 Platform comes with the ICM-42688-P, a 6-axis IMU that combines a 3-axis gyroscope and a 3-axis accelerometer. In this section, we will learn how to extract information on angular velocity, linear acceleration, and timestamp metadata.  
The Qualcomm Robotics RB5 Platform comes with the ICM-42688-P, a 6-axis IMU that combines a 3-axis gyroscope and a 3-axis accelerometer. In this section, we will learn how to extract information on angular velocity, linear acceleration, and timestamp metadata.  


== Hardware configuration ==
=== Hardware configuration ===
Before moving forward with the software configuration, ensure you have the proper hardware configuration for your setup. More specifically, check the DIP switch settings for your specific board.
Before moving forward with the software configuration, ensure you have the proper hardware configuration for your setup. More specifically, check the DIP switch settings for your specific board.


Line 41: Line 42:
39 PASS
39 PASS
</pre>
</pre>
== Accelerometer + Gyroscope ==
 
=== Accelerometer + Gyroscope ===


'''Note:''' You can refer to our Drone Demo for information on how to get a sample code that implements the steps described in this section.
'''Note:''' You can refer to our Drone Demo for information on how to get a sample code that implements the steps described in this section.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.