CTRE Phoenix C++ 5.36.0
Loading...
Searching...
No Matches
ctre::phoenix::sensors::PigeonIMU::FusionStatus Struct Reference

Data object for holding fusion information. More...

#include <ctre/phoenix/sensors/PigeonIMU.h>

Public Attributes

double heading
 Fused Heading.
 
bool bIsValid
 Whether the fusion is valid.
 
bool bIsFusing
 Whether the pigeon is fusing.
 
std::string description
 Description of fusion status.
 
int lastError
 Same as GetLastError()
 

Detailed Description

Data object for holding fusion information.

Member Data Documentation

◆ bIsFusing

bool ctre::phoenix::sensors::PigeonIMU::FusionStatus::bIsFusing

Whether the pigeon is fusing.

◆ bIsValid

bool ctre::phoenix::sensors::PigeonIMU::FusionStatus::bIsValid

Whether the fusion is valid.

◆ description

std::string ctre::phoenix::sensors::PigeonIMU::FusionStatus::description

Description of fusion status.

◆ heading

double ctre::phoenix::sensors::PigeonIMU::FusionStatus::heading

Fused Heading.

◆ lastError

int ctre::phoenix::sensors::PigeonIMU::FusionStatus::lastError

Same as GetLastError()


The documentation for this struct was generated from the following file: