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

catkin_make_isolated builds tf after a package that requires tf?

asked 2016-11-23 16:38:03 -0500

DM2 gravatar image

I am building ROS on a Raspberry Pi 3 using catkin_make_isolated. The full command is sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo -j2.

I have a package that requires tf, but when using the above command, tf is built after the package, and so the whole make fails.

When building without the new package, the make finishes fine.

Any ideas? Thanks

edit retag flag offensive close merge delete

Comments

Please include the CMakeLists.txt and package.xml of the package that "requires tf". Make sure to remove all the boilerplate comments from them though (especially CMakeList.txt).

gvdhoorn gravatar image gvdhoorn  ( 2016-11-24 00:54:15 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-11-27 17:49:05 -0500

DM2 gravatar image

Thanks for helping! I actually went over the CMakeLists.txt myself afterwards and after removing all the junk found the problem myself. I solved it by removing a non existing add_executable that was left over from the download off github. Maybe I should notify the guys who uploaded it.

edit flag offensive delete link more

Comments

re: "notify the guys": yes, you should.

gvdhoorn gravatar image gvdhoorn  ( 2016-11-28 02:02:03 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-11-23 16:38:03 -0500

Seen: 130 times

Last updated: Nov 23 '16