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

Unable to compile main.cpp for avr_bridge

asked 2011-07-05 05:46:54 -0500

UAV gravatar image

I have been trying to follow the "Hello Tutorial" for avr_bridge, and when I run "make" after creating main.cpp, I get this error message:

uav@UAV-PC-2:~/ros_tutorials/avr_bridge_callResponse$ make [ 5%] Building CXX object CMakeFiles/firmware.dir/src/main.cpp.o /home/uav/ros_tutorials/avr_bridge_callResponse/src/main.cpp:26: error: variable or field ‘response’ declared void /home/uav/ros_tutorials/avr_bridge_callResponse/src/main.cpp:26: error: ‘Msg’ was not declared in this scope /home/uav/ros_tutorials/avr_bridge_callResponse/src/main.cpp:26: error: ‘msg’ was not declared in this scope /home/uav/ros_tutorials/avr_bridge_callResponse/src/main.cpp: In function ‘void setup()’: /home/uav/ros_tutorials/avr_bridge_callResponse/src/main.cpp:48: error: ‘response’ was not declared in this scope make[2]: * [CMakeFiles/firmware.dir/src/main.cpp.o] Error 1 make[1]: [CMakeFiles/firmware.dir/all] Error 2 make: ** [all] Error 2

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2011-07-05 08:39:53 -0500

adasta gravatar image

updated 2011-07-05 08:40:09 -0500

Hi,

avr_bridge is in the middle of being phased out in favor of the new, soon to be released/announced rosserial pkg. We are in the middle writing the documentation for rosserial which you can find here. You should be able to use most of the documentation by the end of today.

Anyway, it looks like your cmake file is just incorrect or you havent generated the avr_ros files. However, I wouldn't spend any time working with avr_bridge. I will actually be deleting the avr_bridge repo next week after we formally announce rosserial.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-07-05 05:46:54 -0500

Seen: 166 times

Last updated: Jul 05 '11