You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wjwwood Currently, catkin list --depends-on only shows the direct dependencies of each package. Is this the correct behavior, or should it be recursive?
The text was updated successfully, but these errors were encountered:
That's a good question. My gut reaction is that the pair --depends-on and --depends-on-recursive are clearer than the pair --depends-on-1 and --depends-on, which are direct dependencies and recursive dependencies respectively. However, I've seen both patterns used in similar command line options.
@wjwwood Currently,
catkin list --depends-on
only shows the direct dependencies of each package. Is this the correct behavior, or should it be recursive?The text was updated successfully, but these errors were encountered: