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

lizhecome's profile - activity

2019-06-28 14:26:35 -0500 received badge  Famous Question (source)
2019-06-28 14:26:35 -0500 received badge  Notable Question (source)
2019-06-28 14:26:35 -0500 received badge  Popular Question (source)
2017-04-05 07:38:35 -0500 received badge  Famous Question (source)
2016-11-25 09:51:53 -0500 received badge  Popular Question (source)
2016-11-25 09:51:53 -0500 received badge  Notable Question (source)
2016-09-25 08:16:06 -0500 commented question Unknown CMake command "rosbuild_add_boost_directories"

Thanks, it work for me

2016-09-25 08:13:42 -0500 asked a question how to use Boost.Asio in cmakelist

hello,

I want to use serial_port in ROS, and it belong to Boost.Asio. When I add asio in cmakelist like this

find_package(Boost REQUIRED system thread asio)

error happend like this

CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):


Unable to find the requested Boost libraries.



 Boost version: 1.58.0



Boost include path: /usr/include


Could not find the following Boost libraries:

      boost_asio



 Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.

What should I write in cmakelist if I want to use asio?
Thanks.

2016-09-24 04:58:40 -0500 asked a question Unknown CMake command "rosbuild_add_boost_directories"

I want to use boost on Ros, but when I add rosbuild_add_boost_directories() in CMakelist, the error happend, very strange