Hi there I’m new.
I have implemented a tool to change ros distribution on a machine that have more than one distribution. It also makes the initial setup of the environments a bit more easy.
With my tool the initial pase of starting Ros on a Linux computer is just write the following to get ros lunar working.
$ echo “.rosrc” >> .bashrc
$ ros-env lunar
https://github.com/byteofsoren/ros-env
So I’m just wondering if any one have any suggestion for improvement to the tool.
/Magnus Sörensen.