How do i reset the odometry topic on ardrone_autonomy
Hi, Im trying to read the /ardrone/odometry topic, but it is showing me very large values of x and y position Just When it starts. Im am wondering if there is a way to reset the odometry topic so it shows me 0 for the positions on the beginning. Also, the time that it shows is very large, so it has been counting long ago.
Thanks
I faced the same problem. But I had an workaround. if you subtract the values of x, y and t obtained from the first call back and the subsequent values, you get the values for that session of operation. But I am eager to know if there is an actual way to reset the topic.
Well, thats a solution, thanks! Just to know, how do you differentiate the first callback from the rest?