MCPcopy Create free account
hub / github.com/MIT-SPARK/Kimera-VIO-ROS / publishClock

Method publishClock

src/rosbag-data-source.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302void RosbagDataProvider::publishClock(const Timestamp& timestamp) const {
303 rosgraph_msgs::Clock clock;
304 clock.clock.fromNSec(timestamp);
305 clock_pub_.publish(clock);
306}
307
308void RosbagDataProvider::publishGroundTruthOdometry(
309 const nav_msgs::OdometryConstPtr& gt_odom) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected