Skip to content

Commit

Permalink
chore(readme): update tables type
Browse files Browse the repository at this point in the history
Signed-off-by: Yuma Nihei <[email protected]>
  • Loading branch information
yn-mrse committed Jun 27, 2022
1 parent 1809526 commit 1f61b5e
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,12 @@
By changing lighting pattern of the lamp, this node notifies surrounding workers of on-demand delivery reservation status through `/dio_ros_driver`.

Lighting patterns are listed below.
<table>
<thead>
<tr>
<th scope="col">Reservation status</th>
<th scope="col">lighting pattern</th>
</tr>
</thead>
<tbody>
<tr>
<td>Not reserved</td>
<td>Off</td>
</tr>
<tr>
<td>In progress</td>
<td>Blinks</td>
</tr>
<tr>
<td>Reserved</td>
<td>Light up</td>
</tr>
</tbody>
</table>

|Reservation status|lighting pattern|
|:-----------------|:---------------|
|Not reserved |Off |
|In progress |Blinks |
|Reserved |Light up |

## Input and Output
- input
Expand Down

0 comments on commit 1f61b5e

Please sign in to comment.