Re: [ros-users] rosinstall: is setup.sh deprecated?

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: Re: [ros-users] rosinstall: is setup.sh deprecated?
On Tue, Jan 11, 2011 at 11:53 PM, Ryohei Ueda <> wrote:
> in addition to that, i think the documentation which is outputted at
> the end of execution of the script is a little bit confusing:
> "done. Now, type 'source %s/setup.sh' to set up your environment.
> Add that to the bottom of your ~/.bashrc to set it up every time."
>
> rosinstall, i think, should say "source %s/setup.bash if you are using bash."


In fact, rosinstall could look at the $SHELL variable to try and
output a more specific instruction

- Ken