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
Hello, I want to relay the geometry_msgs/msg/PoseStamped type of data from the motion capture system to px4_msgs/msg/VehicleVisualOdometry via micrortps_bridge, but I have no idea how to set timestamp and timestamp_sample.
I guess I should use the timestamp in px4_msgs/msg/Timesync_PubSubTopic instead of the one in geometry_msgs/msg/PoseStamped, right? But I notice that the update rate of px4_msgs/msg/Timesync_PubSubTopic is only 20Hz and my pose data comes in at a higher rate (50Hz). I wonder if it is OK to use the Timesync topic, or if it is better to use timestamp data that comes with VehicleLocalPosition because it is updated at 100Hz.
So what is the right way to fill the timestamp data? What is the mechanism behind "time syncing"? Is there any documentation concerning this issue? Thank you for reading, regards~
The text was updated successfully, but these errors were encountered:
Thanks for commenting. I want to add that using the timestamp data that comes with VehicleLocalPosition (100Hz) is also fine (verified on real hardware).
Hello, I want to relay the
geometry_msgs/msg/PoseStamped
type of data from the motion capture system topx4_msgs/msg/VehicleVisualOdometry
via micrortps_bridge, but I have no idea how to settimestamp
andtimestamp_sample
.I guess I should use the timestamp in
px4_msgs/msg/Timesync_PubSubTopic
instead of the one ingeometry_msgs/msg/PoseStamped
, right? But I notice that the update rate ofpx4_msgs/msg/Timesync_PubSubTopic
is only 20Hz and my pose data comes in at a higher rate (50Hz). I wonder if it is OK to use theTimesync
topic, or if it is better to use timestamp data that comes withVehicleLocalPosition
because it is updated at 100Hz.So what is the right way to fill the timestamp data? What is the mechanism behind "time syncing"? Is there any documentation concerning this issue? Thank you for reading, regards~
The text was updated successfully, but these errors were encountered: