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

package did not get built

asked 2018-05-08 23:56:00 -0500

frodyteen gravatar image

updated 2018-05-09 04:50:56 -0500

I am running ros indigo and trying to run the launch file or the node cpp file in this github source I downloaded the file and moved the DSP-3000 folder into my ~/catkin_ws/src directory. Then, in my catkin_ws, I did source devel/setup.bash then catkin_make.

All my other packages that's in the src directory got build, but DSP-3000 did not seem to get build. I deleted build/ devel/ and catkin_make again. in the build results, it show that only 3 packages were found, but in my src/ folder, there is DSP-3000 as well:

-- ~~  traversing 3 packages in topological order:

-- ~~  - beginner_tutorials

-- ~~  - camera_info_manager_py

-- ~~  - axis_camera

This is what I have in my src/ directory:

~/catkin_ws/src$ ls
axis_camera  beginner_tutorials  camera_info_manager_py  CMakeLists.txt  DSP-3000

So, what is the reason that DSP-3000 not being build?

edit retag flag offensive close merge delete

Comments

Maybe you need to adjust your cmakelists.txt file.

kparikh gravatar image kparikh  ( 2018-05-09 01:32:51 -0500 )edit

are you talking about something like this link? If this is the case, what would be the reason that other packages does not need this step?

frodyteen gravatar image frodyteen  ( 2018-05-09 01:43:54 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-05-09 04:47:05 -0500

The DSP-3000 package you linked to uses the old rosbuild build system which is not compatible with the current catkin build system. This is why catkin_make is not recognising it as a package.

There's a guide for migrating packages from rosbuild to catkin here that will help you to convert this and get it building.

edit flag offensive delete link more

Comments

Thank you, turns out the master branch is catkinized.

frodyteen gravatar image frodyteen  ( 2018-05-10 20:37:36 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-05-08 23:56:00 -0500

Seen: 159 times

Last updated: May 09 '18