

Update README.md
@6c55ac2d592a9f1399ad0426ef2d33596646f0e9
--- README.md
+++ README.md
... | ... | @@ -1,3 +1,5 @@ |
1 |
+[](https://github.com/HarvestX/PlayStation-JoyInterface-ROS2/actions/workflows/lint.yml) |
|
2 |
+ |
|
1 | 3 |
# PlayStation-JoyInterface-ROS2 |
2 | 4 |
PlayStation Joy Controller Interface Package for ROS2. |
3 | 5 |
|
... | ... | @@ -54,7 +56,7 @@ |
54 | 56 |
| DPad ← → | `float` | `pressedDPadX();` | `-1.0` : Right, `1.0` : Left | |
55 | 57 |
| DPad ↑ ↓ | `float` | `pressedDPadY();` | `-1.0` : Down, `1.0` : Up | |
56 | 58 |
| Left Stick ← → | `float` | `tiltedStickLX();` | `-1.0` : Right, `1.0` : Left | |
57 |
-| Left Stick ↑ ↓ | `float` | tiltedStickLY();` | `-1.0` : Down, `1.0` : Up | |
|
59 |
+| Left Stick ↑ ↓ | `float` | `tiltedStickLY();` | `-1.0` : Down, `1.0` : Up | |
|
58 | 60 |
| Right Stick ← → | `float` | `tiltedStickRX();` | `-1.0` : Right, `1.0` : Left | |
59 | 61 |
| Right Stick ↑ ↓ | `float` | `tiltedStickRY();` | `-1.0` : Down, `1.0` : Up | |
60 | 62 |
| R2 | `float` | `pressedR2Analog();` | `-1.0` : Pressed, `1.0` : Not pressed | |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?