You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, joystick_teleop_node is almost unusable with a PS4 controller because axis 3 maps to the left trigger. Also, the emergency stop button maps to X on PS4 controller, although from the comments it seems like it should map to O which is generally PS4's equivalent to Xbox's B button.
I can implement this quickly and easily with an additional ~mapping parameter or such, defaulting to "xbox", but would also accept "ps4".
The text was updated successfully, but these errors were encountered:
Question: what exactly does axis 3 map to on Xbox controller? I would guess left thumb stick side-to-side? I could also see it being right thumb side-to-side.
Unfortunately,
joystick_teleop_node
is almost unusable with a PS4 controller because axis 3 maps to the left trigger. Also, the emergency stop button maps to X on PS4 controller, although from the comments it seems like it should map to O which is generally PS4's equivalent to Xbox's B button.I can implement this quickly and easily with an additional
~mapping
parameter or such, defaulting to"xbox"
, but would also accept"ps4"
.The text was updated successfully, but these errors were encountered: