Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuyaOguma18 committed Feb 24, 2025
1 parent e3236ad commit f17e4c9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mofpy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ MoveIt ServoのFKを実行します
| scale | float | 速度スケール[rad/s] |
| quiet_on_zero | bool | 出力関節角速度がすべてゼロのときにトピックを配信しない |
| mapping/joint_names | dict(string, string) | 関節名とジョイパッドのボタン名のマッピング |
| mapping/axis/plus | string | 正方向に制御量を与えるジョイパッドの軸名 |
| mapping/axis/minus | string | 負方向に制御量を与えるジョイパッドの軸名 |
MEMO: 制御量のマッピングがわかりにくいので、今後改善します
| mapping/value | string or string[] | 制御量を与えるジョイパッドの軸名,十字キーなどの正負で押すものが変わる際には配列で先頭に正の値となる軸名を,負の値となる軸名を入れる.符号反転が必要な場合は軸軸名の前に-をつける |
#### Example
Expand All @@ -59,9 +56,7 @@ servo_joint:
panda_joint5: L1
panda_joint6: R1
panda_joint7: OP
axes:
plus: C_U
minus: C_L
value: [C_U, C_D]
```
### moveit_servo_twist
Expand Down

0 comments on commit f17e4c9

Please sign in to comment.