Install ros_lib into the Arduino Environment

asked 2016-12-30 02:38:03 -0600

Zero gravatar image

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.

edit retag flag offensive close merge delete

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
[..]
gvdhoorn gravatar image gvdhoorn  ( 2016-12-30 02:58:40 -0600 )edit