Skip to content

AriYu/futaba_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futaba40x Driver

双葉のコマンド方式サーボをRSC-U485を使ってUbuntu14.04で動かす。

$ mkdir build & cd build
$ cmake ..
$ make
$ sudo modprobe ftdi-sio
$ sudo chmod 777 /sys/bus/usb-serial/drivers/ftdi_sio/new_id
$ sudo echo "1115 0008" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
$ sudo chmod +x /dev/ttyUSB0

TODO

  • 複数のサーボをコントロールできるようにする

参考


このプログラムは以下のプログラムを改変したものです。 https://github.com/open-rdc/futaba_servo

LICENSE

License-check is open source software under the BSD license.

About

try to move RS401cr using RSC-U485 on Ubuntu 14.04

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors