ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

claid00's profile - activity

2016-08-09 20:55:01 -0500 received badge  Famous Question (source)
2016-02-25 21:12:06 -0500 received badge  Notable Question (source)
2016-02-10 02:43:01 -0500 received badge  Popular Question (source)
2016-01-12 20:11:06 -0500 received badge  Autobiographer
2016-01-12 20:08:55 -0500 commented answer What does "timestamp" of "header" in hokuyo's scan data?

Thank you~ I'll have to look at the code. Thanks~

2016-01-12 08:21:11 -0500 commented answer What does "timestamp" of "header" in hokuyo's scan data?

Thank you~ The timestamp of encoder data from rosaria is also based on host PC. In rosaria code, the timestamp of encoder is updated by ros::Time.now () just before publishing. Am I right?

2016-01-12 08:16:20 -0500 received badge  Supporter (source)
2016-01-12 08:16:18 -0500 received badge  Scholar (source)
2016-01-12 07:55:35 -0500 commented answer What does "timestamp" of "header" in hokuyo's scan data?

Thank you ~~ May I ask one more? As far, the timestamp is the first ray measurement in a scan. Is the timestamp based on host PC timer by time calibration? There are two timer, in hokuyo and in host PC.

2016-01-12 06:47:30 -0500 asked a question What does "timestamp" of "header" in hokuyo's scan data?

I'm wondering what timestamp in hokuyo's sensor_msgs::LaserScan does mean. Is the time at first scan ray is measured? Or is the time at last scan ray is measured?

I know there is calibration function of latency between hokuyo and host PC in hokuyo node. But I cannot understand how the function works. Could you explain to me? Thanks in advance.