Hi Hordur, Just to save you a tiny bit of rewrite time, if you look in https://code.ros.org/svn/wg-ros-pkg/branches/trunk_cturtle/sandbox/grasp_playpen/src I do the same thing (subscribe, synchronize, republish) for the PR2's narrow and wide stereo cameras in throttle_stereo.cpp . I also wrote a modified version of rxbag's recorder.py that does throttled recording of a list of topics at different rates from (Python) code, which is in grasp_playpen/src/grasp_playpen, in case that's useful to you. -Kaijen On Fri, Feb 11, 2011 at 10:55 AM, Patrick Mihelich wrote: > Hi Hordur, > > Unfortunately topic_tools does not support synchronized throttling. Can you > open a ticket to make sure this gets tracked? > > I don't have an easier solution for you than hand-rolling a node to > subscribe to the four topics, synchronized, and republish them at a slower > rate. > > Cheers, > Patrick > > On Fri, Feb 11, 2011 at 10:44 AM, Hordur Johannsson > wrote: >> >> Hi >> >> Does the throttle node under topic_tools support synchronized >> throttling? I have a stereo camera and I'm logging left/image_rect, >> right/image_rect and the relevant camera info topics. Is there an >> easy way to log at a slower rate and keep all the messages in sync? >> >> Thanks, >> Hordur >> >> >> _______________________________________________ >> ros-users mailing list >> ros-users@code.ros.org >> https://code.ros.org/mailman/listinfo/ros-users > > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users > >