Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain the true and estimated values for evaluation? #16

Open
hsiaochao opened this issue Dec 13, 2023 · 0 comments
Open

How to obtain the true and estimated values for evaluation? #16

hsiaochao opened this issue Dec 13, 2023 · 0 comments

Comments

@hsiaochao
Copy link

Hello, how did you obtain the true and estimated values for evaluation? I have some questions about it:
1.My understanding is that the estimated value is in the following code
'''
//Update global TF
Tf: Quaternion q;
q. SetRPY (m roll, m pitch, m yaw);
M_ LastGlobalTf=tf:: Transform (q, tf:: Vector3 (tx, ty, tz)) * odomTf. inverse();
'''
the estimated value is concluding tx, ty, tz, q.
Is it like this?
2. The true value of the catec1 sequence is in the topic "/ground_truth/pose" of the bag file, but fixed difference id between the timestamp of the timestamp of "/ground_truth/pose" and the timestamp of "/lidar_pointcloud". What is the specific difference?
3.How to obtain the true value of airsim1 sequence? What topic is it?

Thank you ! The best wites for you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant