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

A lot of ROS_NOBUILD

asked 2016-04-19 07:49:12 -0500

willSapgreen gravatar image

To learn ROS, I follow Learning ROS for Robotics Programming and use the sample code from GitHub.

( https://github.com/AaronMR/Learning_R... )

However,

I got a lot of ROS_NOBUILD when rosmake chapter2_tutorials. The packages with ROS_NOBUILD include catkin, cmake_modules, genmsg, rosclean, rosgraph, etc.

Does it mean rosmake fail to build chapter2_tutorials?

Thank you for taking time on my question.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-04-19 12:39:41 -0500

The reason for this is the difference between dry packages (those that use rosbuild/rosmake) and wet packages which are based on caktin and use catkin_make for compiling. Rosbuild packages can use wet ones, but they are seen as "external" and this is why you see many ROS_NOBUILD messages.

You can find more information here http://wiki.ros.org/catkin/conceptual... and a guide for the migration here http://wiki.ros.org/catkin/migrating_...

Regards.

edit flag offensive delete link more

Comments

Thank you, Mario!

willSapgreen gravatar image willSapgreen  ( 2016-04-26 06:45:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-19 07:49:12 -0500

Seen: 187 times

Last updated: Apr 19 '16