catkin / catkin_tools

Command line tools for working with catkin
Apache License 2.0
163 stars 146 forks source link

Avoid that catkin build --this can create a new workspace #685

Closed timonegk closed 3 years ago

timonegk commented 3 years ago

Currently, when I use catkin build --this in a package, but the package is currently not inside of a workspace, a new workspace is initialized (i.e., a .catkin_tools and a devel folder are added). This is pull request changes the behavior to abort the build when catkin build --this is called outside of a workspace.