Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
bea0c340
Commit
bea0c340
authored
1 year ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
Add readme for gamepad unit
parent
8c06fe0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!327
Remove laser scanner features memory
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/drivers/GamepadUnit/README.md
+17
-0
17 additions, 0 deletions
source/RobotAPI/drivers/GamepadUnit/README.md
with
17 additions
and
0 deletions
source/RobotAPI/drivers/GamepadUnit/README.md
0 → 100644
+
17
−
0
View file @
bea0c340
# GamepadUnit
This component is used to control the robot with a gamepad.
You have to set two device names:
-
`GamepadDeviceName`
-
Used to read the input from the device.
You can find the proper name by checking various names from
`/dev/input/js*`
with the command line util
`jstest`
.
-
`GamepadForceFeedbackName`
-
Used to give force feedback on the controller.
You can find the proper name by checking various names from
`/dev/input/event*`
with the command line util
`fftest`
or
`evtest`
.
Alternatively you can find the proper name through
`/dev/input/by-id`
.
E.g. for a Logitech F710 gamepad the proper names are:
\
`GamepadDeviceName=/dev/input/by-id/usb-Logitech_Wireless_Gamepad_F710_582F9A6B-joystick`
\
`GamepadForceFeedbackName=/dev/input/by-id/usb-Logitech_Wireless_Gamepad_F710_582F9A6B-event-joystick`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment