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

base type 'FilterType *' is not a structure or union #15

Open
hawesie opened this issue Apr 9, 2016 · 0 comments
Open

base type 'FilterType *' is not a structure or union #15

hawesie opened this issue Apr 9, 2016 · 0 comments

Comments

@hawesie
Copy link

hawesie commented Apr 9, 2016

I get a compilation error here: https://github.com/LCAS/bayestracking/blob/master/include/bayes_tracking/multitracker.h#L197

/Users/nah/code/indigo_ws/src/bayes_tracking/include/bayes_tracking/multitracker.h:197:11: error: member reference base type 'FilterType *' is not a structure or union
    filter.init(initState, initCov);
    ~~~~~~^~~~~
1 warning and 1 error generated.
make[2]: *** [examples/CMakeFiles/simple_2d_tracking.dir/simple_2d_tracking.cpp.o] Error 1
make[1]: *** [examples/CMakeFiles/simple_2d_tracking.dir/all] Error 2
make: *** [all] Error 2
[bayes_tracking] <== '/Users/nah/code/indigo_ws/build/bayes_tracking/build_env.sh /usr/bin/make --jobserver-fds=3,4 -j' failed with return code '2'

Shouldn't it be filter->init(initState, initCov);?

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