Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_twist_to_manual_control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
ADC
ADC_2018
iri_twist_to_manual_control
Commits
03a59560
Commit
03a59560
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Added ps3joy udev rules example. Fixed ps3.yaml button mapping and launch
parent
c2141f8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/99-ps3joy.rules
+2
-0
2 additions, 0 deletions
config/99-ps3joy.rules
config/ps3.yaml
+3
-3
3 additions, 3 deletions
config/ps3.yaml
launch/teleop_ps3.launch
+1
-1
1 addition, 1 deletion
launch/teleop_ps3.launch
with
6 additions
and
4 deletions
config/99-ps3joy.rules
0 → 100644
+
2
−
0
View file @
03a59560
SUBSYSTEMS=="input", KERNEL=="js[0-9]*", ATTRS{name}=="PLAYSTATION(R)3 Controller", SYMLINK+="input/ps3joy"
SUBSYSTEMS=="input", KERNEL=="js[0-9]*", ATTRS{name}=="Sony PLAYSTATION(R)3 Controller", SYMLINK+="input/ps3joy"
This diff is collapsed.
Click to expand it.
config/ps3.yaml
+
3
−
3
View file @
03a59560
...
@@ -2,9 +2,9 @@ axis_linear: 1
...
@@ -2,9 +2,9 @@ axis_linear: 1
scale_linear
:
0.5
scale_linear
:
0.5
scale_linear_turbo
:
2.0
scale_linear_turbo
:
2.0
axis_angular
:
2
axis_angular
:
3
scale_angular
:
1.0
scale_angular
:
1.0
enable_button
:
11
# R1 shoulder button
enable_button
:
5
# R1 shoulder button
enable_turbo_button
:
9
# R2 shoulder button
enable_turbo_button
:
7
# R2 shoulder button
This diff is collapsed.
Click to expand it.
launch/teleop_ps3.launch
+
1
−
1
View file @
03a59560
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<arg name="name" default="teleop_ps3"/>
<arg name="name" default="teleop_ps3"/>
<arg name="dev" default="/dev/input/ps3joy"/>
<arg name="dev" default="/dev/input/ps3joy"/>
<arg name="config_filepath" default="$(find twist_to_manual_control)/config/ps3.yaml" />
<arg name="config_filepath" default="$(find
iri_
twist_to_manual_control)/config/ps3.yaml" />
<arg name="speed_topic" default="/manual_control/speed"/>
<arg name="speed_topic" default="/manual_control/speed"/>
<arg name="steering_topic" default="/steering"/>
<arg name="steering_topic" default="/steering"/>
...
...
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