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

Is it impossible to ensure that the two sensors are aligned #50

Open
wangni-bupt opened this issue Dec 5, 2022 · 1 comment
Open

Is it impossible to ensure that the two sensors are aligned #50

wangni-bupt opened this issue Dec 5, 2022 · 1 comment

Comments

@wangni-bupt
Copy link

I found that both vo and gnss only ensure the alignment of imu with vo or gnss during initialization, and then completely depend on whether ros nodes receive data for processing

'''
if (!ekf_ptr_->inited_) {
if (!ekf_ptr_->init(gps_data_ptr->timestamp)) return;

std::dynamic_pointer_cast<GNSS>(ekf_ptr_->observer_ptr_)->set_params(gps_data_ptr);

printf("[cggos %s] System initialized.\n", __FUNCTION__);

return;

}
'''

@wangni-bupt
Copy link
Author

I didn't run it, just read the source code and would like to ask about this section if it's convenient for you

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