-
Notifications
You must be signed in to change notification settings - Fork 8
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
error: cannot convert '<unresolved overloaded function type>' to 'std::function<void(OdomDebug::state_t)>' #3
Comments
Is that really all the code you are using? It seems like you have another overloaded function somewhere called |
You should probably share your code. |
Yep. Here is the code: https://drive.google.com/file/d/1ANesyWP012L7EFZ0cdK-g9WAoyNdBBdU/view?usp=sharing (Note most of the stuff is pretty experimental) |
Replacing auto state = chassis->getState();
display.setData({state.x, state.y, state.theta},
{LOdom.get(), ROdom.get()}); Makes it compile fine for me on gcc 9. |
Ok cool, that works. Thanks! |
Hello. I am trying to use odomDebug and I am running into an error. I have the template installed in my project. Here is the error:
Here is the code I am using:
The text was updated successfully, but these errors were encountered: