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

ROS executable without Boost dependency

asked 2018-07-19 06:46:59 -0500

mherrmann gravatar image

updated 2018-07-19 06:48:32 -0500

Is it possible to create a ROS executable (where the executable is a target of type executable within a CMakeLists.txt which is created with catkin and the c++ files include ros/ros.h) that does not link to boost? If I have an executable program and do ldd program there occurs at least a dependency on: libboost_system.so.1.58.0 libboost_thread.so.1.58.0

Is it possible to avoid these?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-07-19 07:08:11 -0500

mgruhler gravatar image

No. It is possible in ROS 2, but not in ROS 1 as the dependency to boost is directly in the roscpp library: https://github.com/ros/ros_comm/searc...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-07-19 06:46:59 -0500

Seen: 222 times

Last updated: Jul 19 '18