-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand joy teleop config to support the mecanum wheels (#4)
* expand joy config to handle mecanum wheels Signed-off-by: Aleksander Szymański <[email protected]> * clear parameters on node launch Signed-off-by: Aleksander Szymański <[email protected]> --------- Signed-off-by: Aleksander Szymański <[email protected]>
- Loading branch information
1 parent
8c52486
commit 5ab5cd1
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
axis_linear: 1 | ||
scale_linear: 0.4 | ||
axis_angular: 3 | ||
scale_angular: 1.0 | ||
axis_linear: | ||
x: 1 | ||
y: 0 | ||
scale_linear: | ||
x: 0.4 | ||
y: 0.4 | ||
axis_angular: | ||
yaw: 3 | ||
scale_angular: | ||
yaw: 1.2 | ||
enable_button: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters