fzi-forschungszentrum-informatik / robot_folders

robot_folders helps you managing multiple source projects with their own workspaces mainly around the ROS ecosystem.
MIT License
47 stars 4 forks source link

fzirob manage_underlays should re-source the workspace when changing underlays #3

Open fmauch opened 6 months ago

fmauch commented 6 months ago

When changing the underlays it is obvious to me that I'll have to source my workspace in order to have my environment contain newly added underlays and open a new-shell if I want to get rid of environments. However, the "average user" might expect that the environment contains the correct workspaces immediately after changing the underlays...

This should probably get addressed when sourcing gets reworked.