Skip to content

Commit

Permalink
fix check mark
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Mar 7, 2025
1 parent 8405cc6 commit e160d8f
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Since there are multiple ways to control a vehicle, such as pedals or accelerati

The commands available in each mode are as follows.

| Command | disabled | pedals | acceleration | velocity |
| --------------- | :------: | :-----: | :----------: | :------: |
| pedals | - | &check; | - | - |
| acceleration | - | - | &check; | - |
| velocity | - | - | - | &check; |
| steering | - | &check; | &check; | &check; |
| gear | - | &check; | &check; | &check; |
| turn_indicators | - | &check; | &check; | &check; |
| hazard_lights | - | &check; | &check; | &check; |
| Command | disabled | pedals | acceleration | velocity |
| --------------- | :------: | :------: | :----------: | :------: |
| pedals | - | &#x2713; | - | - |
| acceleration | - | - | &#x2713; | - |
| velocity | - | - | - | &#x2713; |
| steering | - | &#x2713; | &#x2713; | &#x2713; |
| gear | - | &#x2713; | &#x2713; | &#x2713; |
| turn_indicators | - | &#x2713; | &#x2713; | &#x2713; |
| hazard_lights | - | &#x2713; | &#x2713; | &#x2713; |

0 comments on commit e160d8f

Please sign in to comment.