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

轨迹生成的问题 #9

Open
luis-981102 opened this issue Jan 29, 2021 · 3 comments
Open

轨迹生成的问题 #9

luis-981102 opened this issue Jan 29, 2021 · 3 comments

Comments

@luis-981102
Copy link

ofstream foutC("/home/luis/luis_ws/src/PL-VINS/Trajactory/tum_fast_no_loop.txt", ios::app);
foutC.setf(ios::fixed, ios::floatfield);
foutC.precision(0);
foutC << header.stamp.toSec() * 1e9<< " ";
foutC.precision(5);
foutC << correct_t.x() << " "
<< correct_t.y() << " "
<< correct_t.z() << " "
<< correct_q.w() << " "
<< correct_q.x() << " "
<< correct_q.y() << " "
<< correct_q.z() <<endl;
foutC.close();
想问下修改了路径还是无法生成轨迹,是什么原因啊

@wcm-123
Copy link

wcm-123 commented Oct 8, 2021

ofstream foutC("/home/luis/luis_ws/src/PL-VINS/Trajactory/tum_fast_no_loop.txt", ios::app); foutC.setf(ios::fixed, ios::floatfield); foutC.precision(0); foutC << header.stamp.toSec() * 1e9<< " "; foutC.precision(5); foutC << correct_t.x() << " " << correct_t.y() << " " << correct_t.z() << " " << correct_q.w() << " " << correct_q.x() << " " << correct_q.y() << " " << correct_q.z() <<endl; foutC.close(); 想问下修改了路径还是无法生成轨迹,是什么原因啊

我也遇到这种路径无法生成的问题,在PL-VINS/config/euroc里面并没有轨迹文件,请问你解决了吗

@wt211
Copy link

wt211 commented Aug 9, 2022

同问,请问解决了吗

@Jimmy-L99
Copy link

请问解决了吗?

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

5 participants
@luis-981102 @Jimmy-L99 @wcm-123 @wt211 and others