Skip to content

Commit

Permalink
revert joystick keymap in P65
Browse files Browse the repository at this point in the history
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
  • Loading branch information
Shigekazu Fukuta committed Sep 12, 2022
1 parent 6a3edcf commit c6fc956
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions control/joy_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,27 @@
| `max_backward_velocity` | double | absolute max velocity to go backward |
| `backward_accel_ratio` | double | ratio to calculate deceleration (commanded acceleration is -ratio \* operation) |

## P65 Joystick Key Map

| Acceleration | R2 |
| -------------------- | --------------------- |
| Brake | L2 |
| Steering | Left Stick Left Right |
| Shift up | Cursor Up |
| Shift down | Cursor Down |
| Shift Drive | Cursor Left |
| Shift Reverse | Cursor Right |
| Turn Signal Left | L1 |
| Turn Signal Right | R1 |
| Clear Turn Signal | A |
| Gate Mode | B |
| Emergency Stop | Select |
| Clear Emergency Stop | Start |
| Autoware Engage | X |
| Autoware Disengage | Y |
| Vehicle Engage | PS |
| Vehicle Disengage | Right Trigger |

## DS4 Joystick Key Map

| Acceleration | R2 |
Expand Down

0 comments on commit c6fc956

Please sign in to comment.