What is a timestamp?
What is a timestamp? How is it related to the 3D location of an object? Why is it useful?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
What is a timestamp? How is it related to the 3D location of an object? Why is it useful?
Timestamp of e.g. an image ist the point of time, when the Image was captured. If robot moves through its operateing Environment the mounted sensors will move as well. Therefore, the timestamp together with the motion trayectory of your robot will help you to keep trace where each Image was captured.
Asked: 2017-03-13 23:47:15 -0600
Seen: 1,217 times
Last updated: Mar 14 '17
How to create a household object model(3D mesh)?
Shape Recognition and finding the location
How to plot in 3D using rxplot [closed]
velodyne_rawscan md5sum missmatch
Generating a few layers from 3D laser scanner
Conversion into ROS compatible timestamp
Subscriber gets older timestamped messages
Synchronization of 2 kinds of timestamp
Exception problem that is related to time issue
How to solve "Timestamps of odometry and imu are x seconds apart"?
@Rai: ROS Answers is definitely a website where we try to help out beginners, but we do expect a certain amount of effort on your side as well. We're happy to help, but could I ask you to include whatever you've already found yourself in future questions? That way we avoid duplicating answers.
Thank you for your comment. If you browse my questions, you will see I have asked and re-asked these questions and have tried to add further improvements, but yet nothing.
I was wondering if you could check this and tell me if I need to ask it in a different way, thank you.
Just an observation, but I get the impression that you are trying to learn all sorts of things at the same time. ROS is not easy and trying to learn about robotics / computer vision in general while also climbing the steep learning curve of ROS will most likely not be most efficient.
Pick your battles and try to get a general understanding of things first, then try to translate those into ROS domain concepts, which will probably lead you to packages, nodes and techniques that you can use for that. Also, pick up a book or two.
Which means one or two months of sleeping on books. Do I have a shorter way to "just complete the mentioned project" or something like that, in two or three days? Okay, the answer is no, but still..
Well I don't know what you want me to say. Unfortunately there is no magic way to do everything someone would want in no time whatsoever.
If your requirements are very close to something that an existing pkg provides, you could cut some corners, but you wouldn't gain any understanding.
If you meant: are there any books which take you through a nr of example projects, then my answer is: yes, those exist. Just check out some of the books on the page I linked (anything by example would seem to apply here).