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

你们的多机精准降落的代码写的有问题 #52

Closed
Elio-in-summer opened this issue Nov 7, 2022 · 1 comment
Closed

你们的多机精准降落的代码写的有问题 #52

Elio-in-summer opened this issue Nov 7, 2022 · 1 comment

Comments

@Elio-in-summer
Copy link

precision_landing.py文件里面
写的是tfstamped = tfBuffer.lookup_transform('tag_'+vehicle_id, 'map', rospy.Time(0))
坐标系取反了
应该是
tfstamped = tfBuffer.lookup_transform('map', 'tag_'+vehicle_id, rospy.Time(0))
往前走直线的时候看不出
一转弯你们的就挂了
赶紧改了把别浪费更多人时间

@robin-shaun
Copy link
Owner

已修改

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

2 participants