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

catkin_make in catkin_ws error

asked 2013-01-07 13:05:51 -0500

Kanzhi Wu gravatar image

I am new in using catkin, as a former rosbuild user. I was following the new tutorials online. After I learning how to build a package, on website:

BuildingPackages

After I modify the package.xml in the created package, and source the setup.bash in installation directory, the output of catkin_make is :

Base path: /home/wu/catkin_ws
Source space: /home/wu/catkin_ws/src
Build space: /home/wu/catkin_ws/build
Devel space: /home/wu/catkin_ws/devel
Install space: /home/wu/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/wu/catkin_ws/build"
####
####
#### Running command: "make -j4" in "/home/wu/catkin_ws/build"
####

and there is no build file of beginner_tutorials in the build/ directory.

However, on another website: using_a_workspace

I tried another command

catkin_make --force-cmake

since I have compiled the workspace after I made the directory followed by the website: InstallingandConfiguringROSEnvironment

I am wondering is it correct to add --force-cmake after the catkin_make command or the problem occurs because some other issues?

Thanks Kanzhi

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-07 22:49:02 -0500

KruseT gravatar image

Yes, this was a bug in catkin_make: https://github.com/ros/catkin/issues/290 should be fixed with next release of catkin.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-07 13:05:51 -0500

Seen: 264 times

Last updated: Jan 07 '13