stella-cv / stella_vslam_ros

ROS package for stella_vslam
https://stella-cv.rtfd.io/en/latest/
Other
117 stars 77 forks source link

How to publish an initial pose that aligns the gravity? #84

Closed zhanghua7099 closed 2 years ago

zhanghua7099 commented 2 years ago

Hi!

I want to publish an initial pose that aligns the gravity. However, I get these errors:

[ERROR] [1645425627.770364828]: Transform failed: "map" passed to lookupTransform argument target_frame does not exist.
[ERROR] [1645425627.810198340]: Transform failed: Lookup would require extrapolation at time 1645425627.804086924, but only time 1645425628.242834568 is in the buffe, when looking up transform from frame [camera_imu_optical_frame] to frame [map]

It seems that the "/initialpose" topic that I write is wrong.

Could you please give some examples about "/initialpose"?

Thank you!