Re: [ros-users] With topic name or message type, find packag…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: jack, User discussions
Subject: Re: [ros-users] With topic name or message type, find packages that use
$ rosmsg users geometry_msgs/Twist

Will give you a list of files that use that message type. Searching for
users of a topic is much less defined since topics can be remapped or
constructed with string operations.

Cheers,
Patrick

On Thu, Nov 18, 2010 at 10:18 PM, Jack Pien <> wrote:

> Hi,
>
> I want to try to find all packages that use the /base_controller/command
> topic -and/or- the geometry_msgs/Twist message type.
>
> Is there a ros command to do this?
>
> Thanks
> Jack
> ---
> http://www.facebook.com/pages/Daido-Robotics/152889668088971 - "Like" to
> follow or contribute to Daido Robotics efforts.
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>