mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[doc] Clarify mount orientation for SystemCore IMU (NFC) (#8088)
This commit is contained in:
@@ -22,11 +22,13 @@ class OnboardIMU {
|
||||
* A mount orientation of SystemCore
|
||||
*/
|
||||
enum MountOrientation {
|
||||
/** Flat */
|
||||
/** Flat (mounted parallel to the ground). */
|
||||
kFlat,
|
||||
/** Landscape */
|
||||
/** Landscape (vertically mounted with long edge of SystemCore parallel to
|
||||
the ground). */
|
||||
kLandscape,
|
||||
/** Portrait */
|
||||
/** Portrait (vertically mounted with the short edge of SystemCore parallel
|
||||
to the ground). */
|
||||
kPortrait
|
||||
};
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@ import edu.wpi.first.math.geometry.Rotation3d;
|
||||
public class OnboardIMU {
|
||||
/** A mount orientation of SystemCore. */
|
||||
public enum MountOrientation {
|
||||
/** Flat. */
|
||||
/** Flat (mounted parallel to the ground). */
|
||||
kFlat,
|
||||
/** Landscape. */
|
||||
/** Landscape (vertically mounted with long edge of SystemCore parallel to the ground). */
|
||||
kLandscape,
|
||||
/** Portrait. */
|
||||
/** Portrait (vertically mounted with the short edge of SystemCore parallel to the ground). */
|
||||
kPortrait
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user