|
CTRE Phoenix C++ 5.36.0
|
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() | |
Data object for holding fusion information.
| bool ctre::phoenix::sensors::PigeonIMU::FusionStatus::bIsFusing |
Whether the pigeon is fusing.
| bool ctre::phoenix::sensors::PigeonIMU::FusionStatus::bIsValid |
Whether the fusion is valid.
| std::string ctre::phoenix::sensors::PigeonIMU::FusionStatus::description |
Description of fusion status.
| double ctre::phoenix::sensors::PigeonIMU::FusionStatus::heading |
Fused Heading.
| int ctre::phoenix::sensors::PigeonIMU::FusionStatus::lastError |
Same as GetLastError()