Package com.ctre.phoenixpro.configs
Class MountPoseConfigs
java.lang.Object
com.ctre.phoenixpro.configs.MountPoseConfigs
- All Implemented Interfaces:
ParentConfiguration
,ISerializable
@Deprecated(forRemoval=true) public class MountPoseConfigs extends Object implements ParentConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
Classes in the phoenixpro package will be removed in 2024.
Users should instead use classes from the phoenix6 package.
Configs for Pigeon 2's Mount Pose configuration.
These configs allow the Pigeon2 to be mounted in whatever orientation that's desired and ensure the reported Yaw/Pitch/Roll is from the robot's reference.
-
Field Summary
Fields Modifier and Type Field Description double
MountPosePitch
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration pitch-component Minimum Value: -360 Maximum Value: 360 Default Value: 0 Units: degdouble
MountPoseRoll
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration roll-component Minimum Value: -360 Maximum Value: 360 Default Value: 0 Units: degdouble
MountPoseYaw
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration yaw-component Minimum Value: -360 Maximum Value: 360 Default Value: 0 Units: deg -
Constructor Summary
Constructors Constructor Description MountPoseConfigs()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description StatusCode
deserialize(String string)
Deprecated, for removal: This API element is subject to removal in a future version.String
serialize()
Deprecated, for removal: This API element is subject to removal in a future version.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
MountPoseYaw
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration yaw-component- Minimum Value: -360
- Maximum Value: 360
- Default Value: 0
- Units: deg
-
MountPosePitch
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration pitch-component- Minimum Value: -360
- Maximum Value: 360
- Default Value: 0
- Units: deg
-
MountPoseRoll
Deprecated, for removal: This API element is subject to removal in a future version.The mounting calibration roll-component- Minimum Value: -360
- Maximum Value: 360
- Default Value: 0
- Units: deg
-
-
Constructor Details
-
MountPoseConfigs
public MountPoseConfigs()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
deserialize
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
deserialize
in interfaceParentConfiguration
-
serialize
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
serialize
in interfaceISerializable
-