-
Notifications
You must be signed in to change notification settings - Fork 455
Home
shu-rt edited this page Apr 20, 2020
·
11 revisions
このページではRaspberry Pi Mouseに関するよくある質問やデバイスドライバの動作確認情報をまとめています。
-
GitHub: rt-net/RaspberryPiMouse
- Raspberry Pi Mouseのデバイスドライバ
-
GitHub: rt-net/RaspberryPiMouse_Hardware
- Raspberry Piを使った左右独立二輪方式の小型移動プラットフォームロボット、Raspberry Pi Mouseのハードウェア情報
-
GitHub: ryuichiueda/raspimouse_ros
- Raspberry Pi Mouse用ROS1パッケージ(Python版)
-
GitHub: ryuichiueda/raspimouse_ros_2
- Raspberry Pi Mouse用ROS1パッケージ(C++版)
-
GitHub: rt-net/raspimouse2
- Raspberry Pi Mouse用ROS2パッケージ
-
ROS Wiki: raspimouse_ros
- Raspberry Pi MouseのROS Wiki
rtmouse.ko
をビルドしたあとに、apt upgrade
などによってカーネルのバージョンが変わると、デバイスドライバがインストールできない場合があります。
utils/build_install.bash
を再度実行することでデバイスドライバをビルドし直すことができます。
-
4.4.0-1080-raspi2
- 報告者: @Tiryoh
$ uname -a Linux ubuntu 4.4.0-1080-raspi2 #88-Ubuntu SMP Mon Dec 11 14:23:15 UTC 2017 armv7l armv7l armv7l GNU/Linux
-
4.15.0-1041-raspi2
- 報告者: @Tiryoh
$ uname -a Linux ubuntu 4.15.0-1041-raspi2 #44-Ubuntu SMP PREEMPT Wed Jul 3 15:45:20 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
-
4.15.0-1048-raspi2
- 報告者: @Tiryoh
$ uname -a Linux ubuntu 4.15.0-1048-raspi2 #52-Ubuntu SMP PREEMPT Wed Sep 18 08:57:33 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
-
5.3.0-1017-raspi2
- 報告者: @shu-rt
$ uname -a Linux ubuntu 5.3.0-1017-raspi2 #19~18.04.1-Ubuntu SMP Fri Jan 17 11:14:07 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
-
5.3.0-1022-raspi2
- 報告者: @shu-rt
$ uname -a Linux ubuntu 5.3.0-1022-raspi2 #24~18.04.1-Ubuntu SMP Fri Mar 28 00:52:28 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux