Re: [ros-users] rospack find quiet ?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] rospack find quiet ?
FYI: you can use the roslib.packages API instead, which doesn't call
rospack directly (unless there is no cache). roslib.rospack is a
direct, popen API on top of rospack. roslib.packages is basically a
rospack implementation, though it leverages the underlying rospack
cache and falls back on rospack if not available. We use
roslib.packages for Python tools like rosmake, which do many
rospack-like queries.

- Ken



On Mon, Dec 6, 2010 at 7:58 AM, Brian Gerkey <> wrote:
> On Mon, Dec 6, 2010 at 2:02 AM, Peter Soetens <> wrote:
>> I was missing a 'quiet errors' option in rospack. I've added the '-q' option
>> to quiet any 'top-level' error printing. This means that corruptions etc. are
>> still reported, but the final result, like '[rospack] couldn't find package
>> [foo]' isn't.
>
> Thanks, ticketed: https://code.ros.org/trac/ros/ticket/3177 .
>
>        brian.
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>