Skip to content

Commit

Permalink
modify readme to check support kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriatsu committed May 9, 2020
1 parent 52a218e commit 01604aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is useful for the user interface of autonomous driving, driving simulator l
* ros melodic
* Logitech G29 Driving Force Racing Wheel

To check whether your kernel supports force feedback, check as follows
To check whether your kernel supports force feedback, do as follows
```bash
$ cat /boot/config-5.3.0-46-generic | grep CONFIG_LOGIWHEELS_FF
CONFIG_LOGIWHEELS_FF=y
Expand All @@ -50,7 +50,7 @@ If you cannot get `CONFIG_LOGIWHEELS_FF=y`, try to find patch...
|Kp|1|P value of PID contol|
|Ki|0.0|I value of PID contol (Deprecated)|
|Kd|0.1|D value of PID contol|
|offset|0.01|affordable radian(offset * π) of control|
|offset|0.01|affordable radian(offset * 2.5π) of control|
|max_force|1.0|max force|
|min_force|0.2|force less than 0.2 cannot turn the wheel (in my case)|
|pub_rate|0.1|event update rate (0.1=10Hz)|
Expand All @@ -73,7 +73,7 @@ If you cannot get `CONFIG_LOGIWHEELS_FF=y`, try to find patch...
angle: 0.3
force: 0.6"
```
Once the message is thrown, the wheel rotates to 0.3 (from -1.0 to 1.0) with 0.6 rotation power (from 0.0 to 1.0).
Once the message is thrown, the wheel rotates to 0.3*2.5π (from -1.0 to 1.0) with 0.6 rotation power (from 0.0 to 1.0).
Publish rate is not restricted.
## Install
Expand Down

0 comments on commit 01604aa

Please sign in to comment.