Robotics StackExchange | Archived questions

Install ros_lib into the Arduino Environment

Hi guys,

I'm having a problem during the Arduino IDE Setup in the step Install ros_lib into the Arduino Environment. Basically, I follow the instruction

  cd <sketchbook>/libraries
  rm -rf ros_lib
  rosrun rosserial_arduino make_libraries.py .

to do the step but I cannot find the ros_lib file in the provided directory.

Does any one had faced the same problem before? Or know how to solve the problem?

Thank you so much.

Asked by Zero on 2016-12-30 03:38:03 UTC

Comments

I've just tried this locally (Trusty, Indigo) and this works for me (ie: ros_lib is created in the cwd). Can you include some output from (first few lines) of make_libraries.py in your question? For me it starts with:

Exporting to .
Exporting actionlib
[..]

Asked by gvdhoorn on 2016-12-30 03:58:40 UTC

Answers