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

rosmake -> builds something with catkin!?

asked 2013-09-08 22:33:52 -0500

Ros451 gravatar image

updated 2013-09-08 22:35:44 -0500

Hi,

I've created a package with a source file as always.

roscreate-pkg testpkg roscpp

rosmake testpkg

But now it created several strange catkin files in the folder build and no source file of my code was build:

catkin/ CATKIN_IGNORE CMakeFiles/ devel/ Makefile catkin_generated/ CMakeCache.txt cmake_install.cmake gtest/ test_results/

And it doesn't work :/, I've never used catkin where does it come from!?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-09-08 22:48:50 -0500

fivef gravatar image

updated 2013-09-10 02:12:44 -0500

Delete the CATKIN_IGNORE file and rosmake will work again.

Update to latest catkin version to prevent the generation of that files.

edit flag offensive delete link more

Comments

Thank you very much for your reply. No I did everything like in the tutorials or here http://mobotica.blogspot.de/2011/12/hello-ros.html

Ros451 gravatar image Ros451  ( 2013-09-09 01:05:29 -0500 )edit

Question Tools

Stats

Asked: 2013-09-08 22:33:52 -0500

Seen: 171 times

Last updated: Sep 10 '13