Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / arduino / README @ 4ed577d5

History | View | Annotate | Download (526 Bytes)

1
Run "rosmake", and then "cd build && make upload" to upload it to the arduino. You also have to "rosrun rosserial_python serial_node.py ..." with some arguments for the port the arduino is connected to.
2

    
3

    
4

    
5
If you are using the micro:
6
In order to make this successfully compile for Leonardo, you will need to copy
7
ArduinoHardware.h to cd `rospack find rosserial_arduino`/src/ros_lib, and save
8
a backup of the one that is in that folder. The header uses pointers to
9
HardwareSerial objects, but for Leonardo it's called Serial_.