Skip to content

Commit

Permalink
Add modules/ROS_2/raspberry_pi_mouse_v3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pojiro committed May 16, 2024
1 parent 2dc5cf0 commit 0e3125b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions modules/ROS_2/raspberry_pi_mouse_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ $ ls -la /opt/ros/foxy/share/raspimouse_msgs/msg/*.msg
### デバイスドライバ

- https://github.com/rt-net/RaspberryPiMouse
- rtmouse.ko

カーネルモジュールの名前は rtmouse.ko 、できるデバイスファイルのそれぞれは以下に記載されている

https://github.com/rt-net/RaspberryPiMouse#device-files

Nerves で使うには custom_rpi4 を作って、そこで rtmouse.ko を作らせる必要がありそう。

作った。 https://github.com/pojiro/nerves_system_rpi4_mouse
custom_rpi4 を https://github.com/pojiro/nerves_system_rpi4_mouse として作った。
rtmouse.ko はビルドのプロセスで生成し取り込むようにできた。

### Raspimouse Node

https://github.com/rt-net/raspimouse2

0 comments on commit 0e3125b

Please sign in to comment.