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

Revision history [back]

click to hide/show revision 1
initial version

According to:

==> make -j1 -l1 in '/root/ros_catkin_ws/build_isolated/ros_ubled'
Linking CXX executable devel/lib/ros_ubled/main
[100%] Built target main
<== Finished processing package [41 of 48]: 'ros_ubled'

your C++ target has been built. Could you check the contents of /root/ros_catkin_ws/devel_isolated/lib/ros_ubled? If I'm not mistaked, there should be a binary called main in there.