Putting this in parmeters.yaml:
globals:
deploy: $HOME/some_ws/src
leads to the creation of a directory literally called "$HOME", whereas it should be extended to the user's home directory. Enabling the use of environment variables would be nice to have, as it allows for a more generic (default) configuration file for ROL that can be used for more users at the same time.