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

ros的地图坐标系和cartographer的地图坐标系是否写反了? #1

Open
navrobot opened this issue Feb 18, 2022 · 0 comments

Comments

@navrobot
Copy link

map_limits.h文件中

  • ros的地图坐标系 cartographer的地图坐标系 cartographer地图的像素坐标系
  • ^ y ^ x 0------> x
  • | | |
  • | | |
  • 0 ------> x y <------0 y
  • ros的地图坐标系: 左下角为原点, 向右为x正方向, 向上为y正方向,
  • 角度以x轴正向为0度, 逆时针为正 cartographer的地图坐标系: 坐标系右下角为原点,
  • 向上为x正方向, 向左为y正方向 角度正方向以x轴正向为0度, 逆时针为正
  • cartographer地图的像素坐标系: 左上角为原点, 向右为x正方向, 向下为y正方向
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