ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

cmake with rosserial problem

asked 2012-03-19 22:17:36 -0500

kshitij gravatar image

updated 2012-03-20 08:25:01 -0500

I edited the CMakeLists.txt as directed, and got the (expected) error: -- The arduino sdk path is ARDUINO_SDK_PATH-NOTFOUND -- Could NOT find Arduino (missing: ARDUINO_SDK_PATH ARDUINO_SDK_VERSION)

I set the ARDUINO_SDK_PATH to ~/Downloads/arduino-1.0 where the IDE lies using set(ARDUINO_SDK_PATH ~/Downloads/arduino-1.0/).

Now I'm getting: -- Could NOT find Arduino (missing: ARDUINO_SDK_VERSION)

what do I have to set ARDUINO_SDK_VERSION as??

Thanks a lot.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-03-20 08:25:23 -0500

kshitij gravatar image

updated 2012-03-20 08:25:45 -0500

set(ARDUINO_SDK_VERSION 1.0)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-03-19 22:17:36 -0500

Seen: 604 times

Last updated: Mar 20 '12