Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jun 8, 2024
1 parent e721a83 commit 3ff82c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions control/autoware_joy_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

```bash
# With default config (ds4)
ros2 launch autoware_joy_controller autoware_joy_controller.launch.xml
ros2 launch autoware_joy_controller joy_controller.launch.xml

# Default config but select from the existing parameter files
ros2 launch autoware_joy_controller autoware_joy_controller_param_selection.launch.xml joy_type:=ds4 # or g29, p65, xbox
ros2 launch autoware_joy_controller joy_controller_param_selection.launch.xml joy_type:=ds4 # or g29, p65, xbox

# Override the param file
ros2 launch autoware_joy_controller autoware_joy_controller.launch.xml config_file:=/path/to/your/param.yaml
ros2 launch autoware_joy_controller joy_controller.launch.xml config_file:=/path/to/your/param.yaml
```

## Input / Output
Expand Down

0 comments on commit 3ff82c3

Please sign in to comment.