Re: [ros-users] Please remove references to msg/cpp and srv/…

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] Please remove references to msg/cpp and srv/cpp from package manifests
On Thu, Dec 30, 2010 at 4:39 PM, Armin Hornung
<> wrote:
> Strange, I did get that warning, but IIRC only on tf although I had
> dependencies on more packages (see above). Is there a certain trigger
> that causes roswtf to look for these problems in all packages (or only
> now, with the --offline option)?


roswtf in its default mode is contextual -- this is so that you are
not polluted with noise about other people's stuff. Thus, it only
checks the stack you are in and its dependencies for issues.

To get the full report, roswtf --all

- Ken