omni-mouse

OmniMouse Documents

Raspberry Pi

Raspberry Piのセットアップ

  1. Raspberry Pi 5をヘッドレスでセットアップ
  2. ROS2(Jazzy Jalisco)をインストール
  3. Raspberry Pi 5をバッテリーで稼働させる

本リポジトリのセットアップ

Raspberry Piのコンソールで以下のコマンドを実行します。

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone git@github.com:horie-t/omni-mouse.git
cd ~/ros2_ws
colcon build --symlink-install

動作例