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

Can catkin_make_isolated resume rather than restart

asked 2020-02-08 23:10:32 -0600

Nap gravatar image

I'm following the kinetic Installation OSX Homebrew Source guide, which has some hick-ups. I'm fixing each problem as it comes along, but when I run the catkin_make_isolated each time, catkin make starts processing from the start and it takes a long time before it gets to the problem I'm trying to fix.

Is there a way of invoking catkin_make_isolated such that it continues where it's up to?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-02-09 03:56:21 -0600

marguedas gravatar image

from looking at the help: catkin_make_isolated -h:

--from-pkg PKGNAME      Restart catkin_make_isolated at the given package
                        continuing from there (do not change CMake arguments,
                        add/move/remove packages or toggle the install flag
                        when using this option since this may result in an
                        inconsistent workspace state).

This looks like the option you are looking for

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-02-08 23:10:32 -0600

Seen: 108 times

Last updated: Feb 09 '20