mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 11:14:08 +05:30
Updated README to include dependency on python-serial
This commit is contained in:
parent
90b0503a96
commit
317a9757d1
14
README.md
14
README.md
@ -34,6 +34,19 @@ http://www.ros.org/wiki/ros_arduino_bridge
|
|||||||
|
|
||||||
System Requirements
|
System Requirements
|
||||||
-------------------
|
-------------------
|
||||||
|
**Python Serial:** To install the python-serial package under Ubuntu, use the command:
|
||||||
|
|
||||||
|
$ sudo apt-get install python-serial
|
||||||
|
|
||||||
|
On non-Ubuntu systems, use either:
|
||||||
|
|
||||||
|
$ sudo pip install --upgrade pyserial
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ sudo easy_install -U pyserial
|
||||||
|
|
||||||
|
|
||||||
The stack should work with any Arduino-compatible controller for reading sensors and controlling PWM servos. However, to use the base controller, you will need a supported motor controller and encoder hardware as described above. If you do not have this hardware, you can still try the package for reading sensors and controlling servos. See the NOTES section at the end of this document for instructions on how to do this.
|
The stack should work with any Arduino-compatible controller for reading sensors and controlling PWM servos. However, to use the base controller, you will need a supported motor controller and encoder hardware as described above. If you do not have this hardware, you can still try the package for reading sensors and controlling servos. See the NOTES section at the end of this document for instructions on how to do this.
|
||||||
|
|
||||||
To use the base controller you must also install the appropriate libraries for your motor controller and encoders. For the Pololu VNH5019 Dual Motor Shield, the library can be found at:
|
To use the base controller you must also install the appropriate libraries for your motor controller and encoders. For the Pololu VNH5019 Dual Motor Shield, the library can be found at:
|
||||||
@ -94,6 +107,7 @@ Installation of the ros\_arduino\_bridge Stack
|
|||||||
$ cd ~/ros_workspace
|
$ cd ~/ros_workspace
|
||||||
$ git clone https://github.com/hbrobotics/ros_arduino_bridge.git
|
$ git clone https://github.com/hbrobotics/ros_arduino_bridge.git
|
||||||
$ cd ros_arduino_bridge
|
$ cd ros_arduino_bridge
|
||||||
|
$ rosdep install ros_arduino_bridge
|
||||||
$ rosmake
|
$ rosmake
|
||||||
|
|
||||||
The provided Arduino library is called ROSArduinoBridge and is
|
The provided Arduino library is called ROSArduinoBridge and is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user