Where is the catkin_ws binaries ?
hi
is it possible to use just use binaries(in another computer) of the catkin workspace after complied. If it is possible how and where are these Binaries ?
thanks
hi
is it possible to use just use binaries(in another computer) of the catkin workspace after complied. If it is possible how and where are these Binaries ?
thanks
Hi @Robotics ,
when you run catkin_make
, the generated files are normally in ~/catkin_ws/devel/
If you run catkin_make install
, they are normally on ~/catkin_ws/install/
.
Cheers.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-12-09 05:43:06 -0500
Seen: 109 times
Last updated: Dec 09 '17
Is it possible to navigate and build map at the same time?
Pudubot: how to get it to talk to ROS?
Problem with using opencv_GPU inside ROS
How to use depth value from /camera/depth/image?
CvBridge conversion problem: Asus Xtion depth image to OpenCV
How can I get time difference of two messages published by same publisher on same topic?
Using git for version control with catkin (added>>>) and Eclipse