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
Numerous examples in the documentation reference the ability to get a list of packages in a directory (e.g. catkin list -u path/to/directory). For example, the cheat sheet has several examples, and so does the header for the list verb. This functionality was dropped in this commit that added the ability to run catkin list --this. This seems like quite useful functionality. Why was it dropped? If we wanted to add it back should we look to a PR, a custom verb, something else?
The text was updated successfully, but these errors were encountered:
System Info
4.15.0-65-generic #74~16.04.1-Ubuntu SMP Wed Sep 18 09:51:44 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.12
catkin_tools 0.4.5
kinetic
Build / Run Issue
catkin_make
catkin_make_isolated --merge
catkin build
catkin build -p1
read this
Expected Behavior
Numerous examples in the documentation reference the ability to get a list of packages in a directory (e.g.
catkin list -u path/to/directory
). For example, the cheat sheet has several examples, and so does the header for the list verb. This functionality was dropped in this commit that added the ability to runcatkin list --this
. This seems like quite useful functionality. Why was it dropped? If we wanted to add it back should we look to a PR, a custom verb, something else?The text was updated successfully, but these errors were encountered: