-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add arduino build and install on firmware #5
Comments
Download from github https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 curl --silent "https://api.github.com/repos/adafruit/Adafruit_NeoPixel/releases/latest" | # Get latest release from GitHub api
grep '"tag_name":' | # Get tag line
sed -E 's/.*"([^"]+)".*/\1/' |
xargs -I {} curl -o latest.zip -sOL "https://github.com/adafruit/Adafruit_NeoPixel/archive/"{}'.zip' |
Fix these warnings:
|
Open issue on ros-drivers/rosserial#487 |
Check build package teensy or change to arduino nano
Install libraries
libraries
https://github.com/adafruit/Adafruit_NeoPixel
Install arduino-core and clone Adafruit_NeoPixel
Example from
https://github.com/leggedrobotics/darknet_ros/tree/master/darknet_ros
Teensy 3.2 (or MK20DX256)
https://www.pjrc.com/teensy/td_download.html
https://www.pjrc.com/teensy/loader_cli.html
ros-drivers/rosserial#90
arduino-cmake
https://github.com/queezythegreat/arduino-cmake
http://wiki.ros.org/rosserial_arduino
Example setup arduino:
https://github.com/IntelligentRoboticsLabs/CSUROS/tree/master/csuro_arduino
The text was updated successfully, but these errors were encountered: