Rosserial_arduino- Invoking "make" failed [closed]

asked 2016-07-27 13:55:33 -0500

Auraius gravatar image

updated 2016-07-28 14:59:54 -0500

Hi. I am new to ROS and am using the catkin build system with ros-groovy on ubuntu 12.04. I am trying to go through the Arduino IDE setup that can be found here: http://wiki.ros.org/rosserial_arduino...

I have been running into a couple issues. I am on this step:

cd catkin_ws/src
git clone <https://github[dot]com/ros-drivers/rosserial>
cd ~/ catkin_ws
catkin_make
catkin_make install

and every time I go through catkin_make, I get 'Invoking "make" failed':

.......   /usr/include/boost/asio/impl/write.hpp:191:11: error: ‘class rosserial_server::UdpStream’ has no member named ‘async_write_some’
        make[2]: *** [rosserial/rosserial_server/CMakeFiles/rosserial_server_udp_socket_node.dir/src/udp_socket_node.cpp.o] Error 1
        make[1]: *** [rosserial/rosserial_server/CMakeFiles/rosserial_server_udp_socket_node.dir/all] Error 2
        make: *** [all] Error 2
        Invoking "make" failed

So any advice please?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Auraius
close date 2016-07-29 15:28:14.534347