Convert bearings to compass points and locations to int coords
This commit is contained in:
parent
ae369715ec
commit
be0f4f1aff
10 changed files with 187 additions and 35 deletions
|
@ -89,7 +89,7 @@ func TestHandleCommands(t *testing.T) {
|
|||
Commands: []Command{
|
||||
{
|
||||
Command: CommandMove,
|
||||
Bearing: 0.0,
|
||||
Bearing: "N",
|
||||
Duration: 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue