You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to synchronize the messages from the /scan and /output_paths topics to process the LaserScan data depending on the active_monitoring_case from the OutputPathsMsg.
However, OutputPathsMsg does not feature a header or timestamp, so I can only assume that the latest OutputPathsMsg belongs to the latest LaserScan message. It would be nice if OutputPathsMsg had a header, so I could synchronize manually or use message_filters::TimeSynchronizer.
Would you be open to extending OutputPathsMsg or adding something like OutputPathsStampedMsg?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to synchronize the messages from the
/scan
and/output_paths
topics to process theLaserScan
data depending on theactive_monitoring_case
from theOutputPathsMsg
.However,
OutputPathsMsg
does not feature a header or timestamp, so I can only assume that the latestOutputPathsMsg
belongs to the latestLaserScan
message. It would be nice ifOutputPathsMsg
had a header, so I could synchronize manually or usemessage_filters::TimeSynchronizer
.Would you be open to extending
OutputPathsMsg
or adding something likeOutputPathsStampedMsg
?The text was updated successfully, but these errors were encountered: