Fully implement the bearing based movement
Instant, and without limit, for now
This commit is contained in:
parent
0fbad15c01
commit
6461b51c5c
7 changed files with 105 additions and 82 deletions
|
@ -77,7 +77,7 @@ type Command struct {
|
|||
|
||||
// Used for CommandMove
|
||||
Bearing float64 `json:"bearing"` // The direction to move in degrees
|
||||
Duration int64 `json:"duration"` // The duration of the move in seconds
|
||||
Duration float64 `json:"duration"` // The duration of the move in seconds
|
||||
}
|
||||
|
||||
// ================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue