Error while extracting Frame Position in OpenVSLAM #100
-
Hello Community, I was trying to extract the frame position or get localized frame position as instructed below: But i get below error: Note: Modified Code snippet is as below (from the line '// extract frame position'):
Detailed error log: Scanning dependencies of target run_video_localization Could you please help me to resolve error. Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, #include "openvslam/publish/map_publisher.h" But as i asked earlier is there any pythonic way that i can achieve this task? or any python interface to call c++ for OpenVSLAM? Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Hello,
I solved the issue. Since i do not have much knowledge on cpp, so took time to debug.
I had missed below includes, hence the error occured.
#include "openvslam/publish/map_publisher.h"
But as i asked earlier is there any pythonic way that i can achieve this task? or any python interface to call c++ for OpenVSLAM?
Thanks and Regards,
Udaykiran Patnaik.