git clone https://github.com/b-robotized/ros_team_workspace.git
cd ros_team_workspace/rtwcli/ && pip3 install --break-system-dependencies -r requirements.txt
source ros_team_workspace/setup.bash
setup-auto-sourcing
Note
If rtw command is not available, then add this to ~/.bashrc:
export PATH=${PATH}:${HOME}/.local/bin
add explicit export to variables: bash ros_team_workspace/scripts/update-rtw.bash
source new methods with exports: source ~/.ros_team_ws_rc
source your workspace: _<ws_name>
port config: rtw wokspace port
test porting: rtw wokspace use
Note
git config --global url."git@github.com:".insteadOf "https://github.com/"