Re: [ros-users] Question about subscribing a message at any …

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: Re: [ros-users] Question about subscribing a message at any prefered time
There isn't currently a way to poll messages (though it's on our roadmap:
http://www.ros.org/wiki/ROS/Roadmap). If you just want to throttle it to
5ms though, you can use the throttle node in topic_tools:
http://www.ros.org/wiki/topic_tools/throttle

<http://www.ros.org/wiki/topic_tools/throttle>Josh

2010/8/26 <>

> Hi, all
>
> Is there a way to subscribe newest msg (not srv) at any prefered time?
> (like client node)
> I would like to subscribe a specific message by every 5ms.
> I know it is possible to realize such polling with srv, but Service-Client
> node allows only srv not msg.
> How can I realize such polling with msg?
>
> Thanks in advance,
>
> Keisuke
>
>
>
> ------------------------------
> GyaO! - Anime, Dramas, Movies, and Music videos [FREE]<http://pr.mail.yahoo.co.jp/gyao/>
>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>