Implement basic X/Z control surface
This commit is contained in:
8
bot/phy/inputs.go
Normal file
8
bot/phy/inputs.go
Normal file
@ -0,0 +1,8 @@
|
||||
package phy
|
||||
|
||||
// Inputs describes the desired movements of the player.
|
||||
type Inputs struct {
|
||||
Yaw, Pitch float32
|
||||
|
||||
ThrottleX, ThrottleZ float64
|
||||
}
|
Reference in New Issue
Block a user