Skip to content

Commit

Permalink
Joystick önálló téma initial
Browse files Browse the repository at this point in the history
  • Loading branch information
horverno committed Sep 20, 2024
1 parent cc66c7b commit d1cbac6
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/onallo/joy1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions docs/onallo/joystick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
layout: default
title: Joystick
# permalink: /joy/
# icon: material/math-compass
# icon: material/home
# icon: material/function-variant
# icon: material/math-integral-box # elméleti tananyag
---


# Joystick bevezetés

Todo

## Joystick WSL alatt

Töltsük le a `foxe` extension-t Foxglove Studio-hoz, majd drag and drop módszerrel húzzuk bele a `foxglove-joystick` csomagot.

Letölthető a [github.com/joshnewans/foxglove-joystick/releases](https://github.com/joshnewans/foxglove-joystick/releases) GitHub oldalról.



```powershell
ros2 topic echo /joy --csv
```

![alt text](joy1.gif)

## Josytick Linux alatt

```bash
$ lsusb
Bus 001 Device 004: ID 046d:c219 Logitech, Inc. Cordless RumblePad 2
$ ls -l /dev/input/js0
$ sudo chmod a+rw /dev/input/js0
```

```bash
ros2 topic echo /joy
```

## ROS 2 joy package

```bash
sudo apt install ros-humble-joy
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ nav:
- onallo/linux.md
- onallo/ros2launchmarker.md
- onallo/mermaid.md
- onallo/joystick.md
- ros2halado/rqt.md
- ros2halado/qos.md
- ros2halado/mcap.md
Expand Down

0 comments on commit d1cbac6

Please sign in to comment.