Gyroscopes - Donanım

Not

This section covers gyro hardware. For a software guide to gyros, see Gyroscopes - Software.

Jiroskoplar (veya kısaca “jiroskoplar”) dönme oranını ölçen cihazlardır. Bunlar özellikle robot sürüşünü stabilize etmek için veya toplam açısal yer değiştirme ölçümünü elde etmek için hız ölçümlerini entegre ederek (toplayarak) yönü veya eğimi ölçmek için kullanışlıdır.

:ref:`IMUlar <docs/hardware/sensors/accelerometers-hardware:IMUs (Inertial Measurement Units)>`(Atalet Ölçüm Birimleri) olarak bilinen birkaç popüler FRC® cihazı, 3 eksenli jiroskopları, ivmeölçerleri ve diğer konum sensörlerini tek bir cihazda birleştirir. Bazı popüler örnekler şunlardır:

Gyro Türleri

FRC’de yaygın olarak kullanılan iki tür Gyro vardır: tek eksenli jiroskoplar, üç eksenli jiroskoplar ve genellikle 3 eksenli jiroskop içeren IMU’lar.

Tek eksenli Gyrolar

The Analog Devices 1-axis Gyro plugged into the SPI port of the roboRIO.

As per their name, single-axis gyros measure rotation rate around a single axis. This axis is generally specified on the physical device, and mounting the device in the proper orientation so that the desired axis is measured is highly important. Some single-axis gyros can output an analog voltage corresponding to the measured rate of rotation, and so connect to the roboRIO’s analog input ports. Other single-axis gyros, such as the ADXRS450 pictured above, use the SPI port on the roboRIO instead.

Son yıllarda FIRST Choice’de olan Analog Devices ADXRS450 FRC Gyro Board, yaygın olarak kullanılan bir tek eksenli jiroskoptur.

Üç eksenli Gyrolar

This is the ADIS16470 :term:`IMU` plugged in to the SPI port.

Üç eksenli jiroskoplar, üç uzaysal eksenin (tipik olarak x, y ve z olarak etiketlenir) etrafındaki dönüş oranını ölçer. Bu eksen etrafındaki harekete, pitch-eğim, yaw-sapma ve roll-yuvarlanma denir.

The Analog Devices ADIS16470 IMU Board for FIRST Robotics that has been in FIRST Choice in recent years is a commonly used three-axis gyro.

The 3 axis: yaw, pitch, and roll and how they relate to robot movement.

Not

The coordinate system shown above is often used for three axis gyros, as it is a convention in avionics. Note that other coordinate systems are used in mathematics and referenced throughout WPILib. Please refer to the Drive class axis diagram for axis referenced in software.

Çevresel üç eksenli jiroskoplar, basitçe üç analog voltaj çıkışı sağlayabilir (ve böylece analog giriş portları bağlanabilir veya (daha yaygın olarak) roboRIO’nun seri veri yollarından biriyle iletişim kurabilirler