node without ide arduino
hi, please, how to create a node arduino cpp without IDE arduino?
Asked by Emilien on 2016-04-09 12:38:20 UTC
Answers
In the rosserial_arduino Tutorials there's a tutorial about building firmware with cmake instead of using the Arduino IDE.
Asked by ahendrix on 2016-04-10 03:50:36 UTC
Comments
when i build with catkin_make helloworld_firmware_hello, i receive this error: Invoking "make hellowold_firmware_hello -j1 -l1" failed what can i do please?
Asked by Emilien on 2016-04-18 03:10:45 UTC
You can read the entire error message (not just the last part) and if that does not help you can ask a new question.
Asked by ahendrix on 2016-04-18 05:06:54 UTC
I use AFMotor.h library but i don't know how to add this library can you help me please?
Asked by Emilien on 2016-04-18 06:31:36 UTC
The tutorial I linked to links to the arduino-cmake documentation, which contains this section on libraries: https://github.com/queezythegreat/arduino-cmake#arduino-libraries . I haven't used these tools before, so there's not a lot of help I can give on this thread.
Asked by ahendrix on 2016-04-18 13:27:53 UTC
Comments