ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.