Timestamp from CAN Network
Hi all, I am using ROS Noetic with 4 sensors and they send data via CAN network.I want to get the timestamp of the data.
So I did it with tow manners.
The first one, I creat the time stamp with the ros::Time::now().
The second method, I get the Timestamp from the header of the CAN Data Frame. But in both methods I find the same time.
So my question, the timestamp in the header of the CAN Data Frame is created in my host platform? not in the CAN network? Thank you.