Package Summary
Tags | No category tags. |
Version | 0.43.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-04-03 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_joy_controller
Role
autoware_joy_controller
is the package to convert a joy msg to autoware commands (e.g. steering wheel, shift, turn signal, engage) for a vehicle.
Usage
ROS 2 launch
# With default config (ds4)
ros2 launch autoware_joy_controller joy_controller.launch.xml
# Default config but select from the existing parameter files
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 joy_controller.launch.xml config_file:=/path/to/your/param.yaml
Input / Output
Input topics
Name | Type | Description |
---|---|---|
~/input/joy |
sensor_msgs::msg::Joy | joy controller command |
~/input/odometry |
nav_msgs::msg::Odometry | ego vehicle odometry to get twist |
Output topics
Name | Type | Description |
---|---|---|
~/output/control_command |
autoware_control_msgs::msg::Control | lateral and longitudinal control command |
~/output/external_control_command |
tier4_external_api_msgs::msg::ControlCommandStamped | lateral and longitudinal control command |
~/output/shift |
tier4_external_api_msgs::msg::GearShiftStamped | gear command |
~/output/turn_signal |
tier4_external_api_msgs::msg::TurnSignalStamped | turn signal command |
~/output/gate_mode |
tier4_control_msgs::msg::GateMode | gate mode (Auto or External) |
~/output/heartbeat |
tier4_external_api_msgs::msg::Heartbeat | heartbeat |
~/output/vehicle_engage |
autoware_vehicle_msgs::msg::Engage | vehicle engage |
Parameters
Parameter | Type | Description |
---|---|---|
joy_type |
string | joy controller type (default: DS4) |
update_rate |
double | update rate to publish control commands |
accel_ratio |
double | ratio to calculate acceleration (commanded acceleration is ratio * operation) |
brake_ratio |
double | ratio to calculate deceleration (commanded acceleration is -ratio * operation) |
steer_ratio |
double | ratio to calculate deceleration (commanded steer is ratio * operation) |
steering_angle_velocity |
double | steering angle velocity for operation |
accel_sensitivity |
double | sensitivity to calculate acceleration for external API (commanded acceleration is pow(operation, 1 / sensitivity)) |
brake_sensitivity |
double | sensitivity to calculate deceleration for external API (commanded acceleration is pow(operation, 1 / sensitivity)) |
raw_control |
bool | skip input odometry if true |
velocity_gain |
double | ratio to calculate velocity by acceleration |
max_forward_velocity |
double | absolute max velocity to go forward |
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
Action | Button |
---|---|
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
Action | Button |
---|---|
Acceleration | R2, ×, or Right Stick Up |
Brake | L2, □, or Right Stick Down |
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 | SHARE |
Gate Mode | OPTIONS |
Emergency Stop | PS |
Clear Emergency Stop | PS |
Autoware Engage | ○ |
Autoware Disengage | ○ |
Vehicle Engage | △ |
Vehicle Disengage | △ |
XBOX Joystick Key Map
Action | Button |
---|---|
Acceleration | RT |
Brake | LT |
Steering | Left Stick Left Right |
Shift up | Cursor Up |
Shift down | Cursor Down |
Shift Drive | Cursor Left |
Shift Reverse | Cursor Right |
Turn Signal Left | LB |
Turn Signal Right | RB |
Clear Turn Signal | A |
Gate Mode | B |
Emergency Stop | View |
Clear Emergency Stop | Menu |
Autoware Engage | X |
Autoware Disengage | Y |
Vehicle Engage | Left Stick Button |
Vehicle Disengage | Right Stick Button |
Changelog for package autoware_joy_controller
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- fix: fix ticket links in CHANGELOG.rst (#9588)
- chore(package.xml): bump version to 0.39.0
(#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
- fix: fix ticket links in CHANGELOG.rst (#9588)
- 0.39.0
- update changelog
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- Contributors: Esteve Fernandez, Yutaka Kondo
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(autoware_joy_controller): add virtual destructor to autoware_joy_controller (#7760)
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- fix(joy_controller): check for nullptr messages (#7540)
- refactor(control)!: refactor directory structures of the control
interface nodes
(#7528)
- external_cmd_selector
* joy_controller ---------
- refactor(joy_controller)!: prefix package and namespace with
autoware
(#7382)
- add prefix
- fix codeowner
- fix
* fix
- Contributors: Kosuke Takeuchi, Maxime CLEMENT, Takayuki Murooka, Yuki TAKAGI, Yukinari Hisaki, Yutaka Kondo
0.26.0 (2024-04-03)
- feat: change pachage name: autoware_msgs -> tier4_msgs
(#150)
- change pkg name: autoware__msgs -> tier__msgs
- ci(pre-commit): autofix
- autoware_external_api_msgs -> tier4_external_api_msgs
- ci(pre-commit): autofix
* fix description Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com> Co-authored-by: Takeshi Miura <<57553950+1222-takeshi@users.noreply.github.com>>
- feat: add autoware joy controller
(#72)
- release v0.4.0
- Support G29 controller in autoware_joy_controller (#699)
- Add map for G29 controller
- Add new line at end of file
- Change structure of JoyConverterBase class
- Rename PS4 -> DS4
- Rename controler_type -> joy_type
- Set joy_type by console input
- Change doc
- Remap g29 controller
- Remap AccelPedal -> accel, BrakePedal -> brake
* Remove [autoware_joy_controller] from ROS_INFO Co-authored-by: Fumiya Watanabe <<fumiya.watanabe@tier4.jp>>
- Change key map for G29 controller and set deadzone parameter (#740)
- Add missing dependencies of autoware_joy_controller (#755)
- remove ROS1 packages temporarily
- add sample ros2 packages
- remove ROS1 packages
* Revert "remove ROS1 packages temporarily" This reverts commit c98294b0b159fb98cd3091d34a626d06f29fdece.
- add COLCON_IGNORE to ros1 packages
- Rename launch files to launch.xml (#28)
- Rename h files to hpp (#142)
- Change includes
- Rename files
- Adjustments to make things compile
- Other packages
- Adjust copyright notice on 532 out of 699 source files (#143)
- Use quotes for includes where appropriate (#144)
- Use quotes for includes where appropriate
- Fix lint tests
- Make tests pass hopefully
- Port autoware joy controller (#124)
- Port
- Fixed package.xml
- now() to use node clock
- Fix include
- Clear compilation warnings
- Run uncrustify on the entire Pilot.Auto codebase (#151)
- Run uncrustify on the entire Pilot.Auto codebase
- Exclude open PRs
- [update to v0.8.0] autoware joy controller (#251)
- restore filename to original for version update
- Enable to change sensitivity (#868)
- Improve remote emergency stop (#900)
- Apply format
- Rename emergency to system_emergency in vehicle_cmd_gate
- Add emergency stop feature to vehicle_cmd_gate
- Fix frame_id of vehicle_cmd_gate output
- Rename /remote/emergency to /remote/emergency_stop in autoware_joy_controller
- Rename /remote/emergency to /remote/emergency_stop in remote_cmd_converter
- Rename /remote/emergency to /remote/emergency_stop in autoware_api
- Check emergency_stop timeout in remote_cmd_converter
- Ignore timeout = 0.0
- Add config_file to arg
- Rename emergency_stop to external_emergency_stop
- Remove unnecessary lines
- Wait for first heartbeat
- Add clear_emergency_stop service
- Call clear_external_emegency_stop service from autoware_joy_controller
- Rename function
- Revert: Wait for first heartbeat
- Fix console messages
- Move emergency_stop diag to vehicle_cmd_gate
- Add heartbeat to vehicle_cmd_gate
- Revert: Move emergency_stop diag to vehicle_cmd_gate
- patch in real-vehicle
- Apply format
* Change default parameter Co-authored-by: jpntaxi4943-autoware <<proj-jpntaxi@tier4.jp>>
- restore file name
- [tmp] fix build error
- fix service
- fix format
- fix service usage
* fix launch var Co-authored-by: Fumiya Watanabe <<rej55.g@gmail.com>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>> Co-authored-by: jpntaxi4943-autoware <<proj-jpntaxi@tier4.jp>>
- Rename ROS-related .yaml to .param.yaml (#352)
- Rename ROS-related .yaml to .param.yaml
- Remove prefix 'default_' of yaml files
- Rename vehicle_info.yaml to vehicle_info.param.yaml
- Rename diagnostic_aggregator's param files
- Fix overlooked parameters
- remove using in global namespace (#379)
- remove using in global namespace (#1166)
- remove using in global namespace
* Revert "remove using in global namespace" This reverts commit 7f120509c9e3a036a38e84883868f6036bca23ad. * Add package namespace Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> * [autoware_joy_controller] add lint tests Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>>
- fix namespace (#414)
- add use_sim-time option (#454)
- Fix for rolling (#1226)
- Replace doc by description
- Replace ns by push-ros-namespace
- Make control modules components (#1262)
- Remove use_sim_time for set_parameter (#1260)
- Remove autoware_debug_msgs from autoware_joy_controller (#1303)
- Porting remote cmd selector (#1286)
- Feature/add remote cmd selector (#1179)
- Add in/out args of remote_cmd_converter.launch
- Change remote input topic of vehicle_cmd_gate
- Add msgs for remote_cmd_selector
- Add remote_cmd_selector
- Rename remote_cmd_selector to external_cmd_selector
- Remove VehicleCommand support in autoware_joy_controller
- Support external_cmd_source in autoware_joy_controller.launch (#1194)
- Fix porting miss
- fix missing function
- modify xml format
- fix include guard
- add callback group
- modify remap name
* Revert "modify remap name" This reverts commit 169cc8d28442825b1d61b0439b9892c913304527.
- change topic name
- use rclcpp_component
- Remove autoware_debug_msgs from autoware_joy_controller
* Change default mode of autoware_joy_controller Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>> Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>>
- Ros2/create/external commands (#1299)
- add remote message
- add remote commands
- fix topic
- remove unnecessary topic
- remove unused topic
- add external cmd instead
- ToExternalComd
- fix topic in joy con
- Fix -Wunused-parameter (#1836)
- Fix -Wunused-parameter
- Fix mistake
- fix spell
- Fix lint issues
* Ignore flake8 warnings Co-authored-by: Hiroki OTA <<hiroki.ota@tier4.jp>>
- Add autoware api (#1979)
- Use EmergencyState instead of deprecated EmergencyMode (#2030)
- Use EmergencyState instead of deprecated EmergencyMode
- Use stamped type
- add sort-package-xml hook in pre-commit (#1881)
- add sort xml hook in pre-commit
- change retval to exit_status
- rename
- add prettier plugin-xml
- use early return
- add license note
- add tier4 license
- restore prettier
- change license order
- move local hooks to public repo
- move prettier-xml to pre-commit-hooks-ros
- update version for bug-fix
- apply pre-commit
- Add selected external command API (#2053)
- submit engage with api service from joy controller (#2320)
- fix engagew with api
- delete unused
- fix for uncrustify
- revive vehicle_engage
- some fix
- revive autoware name
- fix service name
- Change formatter to clang-format and black (#2332)
* Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3.
- Replace ament_lint_common with autoware_lint_common
- Remove ament_cmake_uncrustify and ament_clang_format
- Apply Black
- Apply clang-format
- Fix build errors
- Fix for cpplint
- Fix include double quotes to angle brackets
- Apply clang-format
- Fix build errors
- Add COLCON_IGNORE (#500)
- port autoware joy controller (#588)
- port autoware joy controller
- fix compile error
- use odometry instead of twist
* update launch Co-authored-by: Takayuki Murooka <<takayuki.murooka@tier4.jp>>
- update README.md in autoware_joy_controller (#593)
- update README.md
- update README.md
- fix typo
* Update control/autoware_joy_controller/README.md Co-authored-by: taikitanaka3 <<65527974+taikitanaka3@users.noreply.github.com>> * update README.md Co-authored-by: Takayuki Murooka <<takayuki.murooka@tier4.jp>> Co-authored-by: taikitanaka3 <<65527974+taikitanaka3@users.noreply.github.com>>
- fix format
* ci(pre-commit): autofix Co-authored-by: mitsudome-r <<ryohsuke.mitsudome@tier4.jp>> Co-authored-by: Fumiya Watanabe <<rej55.g@gmail.com>> Co-authored-by: Fumiya Watanabe <<fumiya.watanabe@tier4.jp>> Co-authored-by: Kenji Miyake <<31987104+kenji-miyake@users.noreply.github.com>> Co-authored-by: Nikolai Morin <<nnmmgit@gmail.com>> Co-authored-by: Servando <<43142004+sgermanserrano@users.noreply.github.com>> Co-authored-by: Takamasa Horibe <<horibe.takamasa@gmail.com>> Co-authored-by: jpntaxi4943-autoware <<proj-jpntaxi@tier4.jp>> Co-authored-by: Ryohsuke Mitsudome <<43976834+mitsudome-r@users.noreply.github.com>> Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>> Co-authored-by: tkimura4 <<tomoya.kimura@tier4.jp>> Co-authored-by: Daisuke Nishimatsu <<42202095+wep21@users.noreply.github.com>> Co-authored-by: Keisuke Shima <<keisuke.shima@tier4.jp>> Co-authored-by: Hiroki OTA <<hiroki.ota@tier4.jp>> Co-authored-by: Takagi, Isamu <<43976882+isamu-takagi@users.noreply.github.com>> Co-authored-by: Keisuke Shima <<19993104+KeisukeShima@users.noreply.github.com>> Co-authored-by: Takayuki Murooka <<takayuki5168@gmail.com>> Co-authored-by: Takayuki Murooka <<takayuki.murooka@tier4.jp>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com> Co-authored-by: Takeshi Miura <<57553950+1222-takeshi@users.noreply.github.com>>
- Contributors: Tomoya Kimura, taikitanaka3
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/joy_controller_param_selection.launch.xml
-
- joy_type [default: ds4]
- launch/joy_controller.launch.xml
-
- external_cmd_source [default: remote]
- input_joy [default: /joy]
- input_odometry [default: /localization/kinematic_state]
- output_control_command [default: /external/$(var external_cmd_source)/joy/control_cmd]
- output_external_control_command [default: /api/external/set/command/$(var external_cmd_source)/control]
- output_shift [default: /api/external/set/command/$(var external_cmd_source)/shift]
- output_turn_signal [default: /api/external/set/command/$(var external_cmd_source)/turn_signal]
- output_heartbeat [default: /api/external/set/command/$(var external_cmd_source)/heartbeat]
- output_gate_mode [default: /control/gate_mode_cmd]
- output_vehicle_engage [default: /vehicle/engage]
- config_file [default: $(find-pkg-share autoware_joy_controller)/config/joy_controller_ds4.param.yaml]