package
Version:
v0.0.0-...-7a59755
Opens a new window with list of versions in this module.
Published: May 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bool is a result value that holds a bool.
type ChassisPosition struct {
TaskID uint8 `json:"taskId"`
IsCancel uint8 `json:"isCancel"`
ControlMode uint8 `json:"controlMode"`
X float32 `json:"positionX"`
Y float32 `json:"positionY"`
Z float32 `json:"positionYaw"`
}
type FunctionEnableInfo struct {
ID uint8 `json:"id"`
Enable bool `json:"enable"`
}
type GimbalAttitude struct {
Pitch float32 `json:"pitch"`
Yaw float32 `json:"yaw"`
Roll float32 `json:"roll"`
YawOpposite float32 `json:"yawOpposite"`
PitchSpeed float32 `json:"pitchSpeed"`
YawSpeed float32 `json:"yawSpeed"`
RollSpeed float32 `json:"rollSpeed"`
}
type List[T any] struct {
List []T `json:"list"`
}
List is a result value that holds a list of values.
Uint64 is a result value that holds a uint64.
type Value[T any] struct {
Value T `json:"value"`
}
Void is a result value that holds nothing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.