Skip to content

Commit

Permalink
fix: Examples in Mars rover ESA
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsantos committed Jan 15, 2024
1 parent 3cb51ca commit 1d594e0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions 16_ESAMarsRover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Timestamps on messages allow ESA to calculate how long it took the rover to exec
### Example input

```text
55\n
12N\n
5 5\n
1 2 N\n
LMLMLMLMM\n
1994-11-05T08:32:20.10Z
```
Expand All @@ -51,7 +51,7 @@ The output of the rover is a message it sends to ESA using the onboard radio aft
Example output:

```text
13N\n
1 3 N\n
1994-11-05T12:02:11.11Z
```

Expand All @@ -67,36 +67,36 @@ Example input (same message using various EU languages)
```text
// COMMANDS IN ENGLISH
EN\n
55\n
12N\n
5 5\n
1 2 N\n
LMLMLMLMM\n
1994-11-05T08:32:20.10Z
// COMMANDS IN SPANISH
ES\n
55\n
12N\n
5 5\n
1 2 N\n
IAIAIAIAA\n
1994-11-05T08:32:20.10Z
// COMMANDS IN FRENCH
FR\n
55\n
12N\n
5 5\n
1 2 N\n
GAGAGAGAA\n
1994-11-05T08:32:20.10Z
// COMMANDS IN PORTUGUESE
PT\n
55\n
12N\n
5 5\n
1 2 N\n
EAEAEAEAA\n
1994-11-05T08:32:20.10Z
// COMMANDS IN ITALIAN
IT\n
55\n
12N\n
5 5\n
1 2 N\n
SASASASAA\n
1994-11-05T08:32:20.10Z
```
Expand Down

0 comments on commit 1d594e0

Please sign in to comment.