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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: jack, User discussions
Emne: 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
>