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
I'm relatively new to ROS and I sometime find myself accidentally running colcon build in the wrong folder, i.e. not in the worspace root folder. This leads to build, log, and install folders in the wrong locations.
I have two ideas on how this could be resolved:
Warn and abort the build
Notify, but automatically build in the root folder
Either feature would also require some kind of force flag.
What do you think of this?
The text was updated successfully, but these errors were encountered:
I'm relatively new to ROS and I sometime find myself accidentally running
colcon build
in the wrong folder, i.e. not in the worspace root folder. This leads tobuild
,log
, andinstall
folders in the wrong locations.I have two ideas on how this could be resolved:
Either feature would also require some kind of
force
flag.What do you think of this?
The text was updated successfully, but these errors were encountered: