Giter Site home page Giter Site logo

nnabeyang / raspimouse_ros Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryuichiueda/raspimouse_ros

0.0 3.0 0.0 39 KB

ROS package for Raspberry Pi Mouse (for book sample, information for new version below)

License: MIT License

CMake 36.60% Shell 18.12% Python 45.28%

raspimouse_ros's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.