Skip to content

citueda/raspimouse_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Raspberry Pi Mouse制御用基盤ROSパッケージ

使い方

  1. Ubuntu Linux 14.04をインストール
  1. ROSのインストールとセットアップ
  1. Raspberry Pi Mouseのドライバをセットアップ
  1. ワークスペースを作成と当リポジトリのclone

     $ mkdir -p catkin_ws/src
     $ cd ~/catkin_ws/src
     $ catkin_init_workspace
     $ git clone https://github.com/ryuichiueda/raspimouse_ros.git
     $ cd ..
     $ catkin_make
    
  2. ~/.bashrcに以下の1行がない場合、追加し、ログアウト/ログイン

     source /home/ubuntu/catkin_ws/devel/setup.bash
    
  3. ベースシステムの起動

     $ roscd raspimouse_ros/
     $ roslaunch raspimouse_ros raspimouse.launch 
    
  4. チェックスクリプトの実行

     $ rosrun raspimouse_ros check_driver_io.py 
    

動作確認した環境

  • Ubuntu Linux 14.04 server on Raspberry Pi 2

About

ROS package for Raspberry Pi Mouse

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 73.9%
  • Shell 26.1%