StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
79 stars 17 forks source link

Check if need to source “upstream” folder when compiling the workspace #150

Open destogl opened 10 months ago

destogl commented 10 months ago

This should be documented somewhere and if is true, we should adjust our compile aliases to do that.

This means that we should open a new environment and source “base workspace” and not the current workspace we are working in. On the other side, when we want to run something, the current workspace has to be sourced (as done now).

Step Nr. 1 - check this in the official docs