Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(readme): update tables type #4

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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