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

rosserial_arduino helloworld program is not working (ubuntu 12.10)

asked 2013-03-05 17:10:56 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Tutorial page : http://www.ros.org/wiki/rosserial_arduino/Tutorials/Hello%20World

Hello I install the necessary requirements for rosserial_arduino and imported the examples in arduino File -> Examples -> roslib

while compiling I got the following error message

/usr/share/arduino/libraries/ros_lib/ArduinoHardware.h:38:22: fatal error: WProgram.h: No such file or directory compilation terminated.

what may be the error ? I'm uses Ubuntu 12.10

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-03-05 17:34:37 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hey me to find out the solution

just need to replace the WProgram.h in the file ArduinoHardware.h to Arduino.h

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-05 17:10:56 -0500

Seen: 703 times

Last updated: Mar 05 '13