Hello, I'm following the hello world tutorial and getting build errors particularly with these two lines: std_msgs::String call_msg; std_msgs::String response_msg; ../main.cpp:21: error: ‘std_msgs’ has not been declared ../main.cpp:21: error: expected constructor, destructor, or type conversion before ‘call_msg’ ../main.cpp:22: error: ‘std_msgs’ has not been declared ../main.cpp:22: error: expected constructor, destructor, or type conversion before ‘response_msg’ Other errors are just because of the two variables not being declared. On Mon, Jan 10, 2011 at 4:10 AM, Adam Stambler wrote: > Hi > > Configuring eclipse can be a bit tricky. This tutorial was the most > straight forward explanation: > > http://www.arduino.cc/playground/Code/Eclipse > > If you are still having trouble, let me know and I will write up an > explanation on the ROS site. > > -Adam > > > On Sun, Jan 9, 2011 at 2:36 PM, airthimble < > joseph.st.amand@mines.sdsmt.edu> wrote: > >> >> I have been trying to use this package in order to communicate with a >> Seeduino. I tried following the avr-bridge tutorial but had trouble with >> it. >> I typically put together a make file for a project and just use a text >> editor. I have no trouble using eclipse, I just cannot figure out how to >> configure it. There does not seem to be a well-made tutorial for >> configuring >> eclipse in Ubuntu 11.04. >> >> If anyone would be able to give me a push in the right direction it would >> be >> much appreciated! >> >> Thanks! >> -- >> View this message in context: >> http://ros-users.122217.n3.nabble.com/AVR-and-ROS-tp2200563p2222791.html >> Sent from the ROS-Users mailing list archive at Nabble.com. >> _______________________________________________ >> ros-users mailing list >> ros-users@code.ros.org >> https://code.ros.org/mailman/listinfo/ros-users >> > > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users > >