-
Notifications
You must be signed in to change notification settings - Fork 162
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
Can not find "PositionWithCovarianceStamped.h" #39
Comments
This seems to be a missing message type. Please verify that you have the file PositionWithCovarianceStamped.msg in the msg folder of ssf_updates (should be in there by default, otherwise, download the latest version). If the error still occurs, this means that something is wrong with the CMakeLists.txt file or with your Catkin build environment (i.e. the messages are not built correctly: PositionWithCovarianceStamped.h will be created by the build system from PositionWithCovarianceStamped.msg). Best, From: TingruW [[email protected]] Hi Stephan, fatal error: ssf_updates/PositionWithCovarianceStamped.h: No such file or directory Thanks in advance. — |
This might be reviving the dead a bit, but I also encountered this issue, stumbled upon this thread hoping for a solution, but didn't find one here! For those who are looking to build this package and encounter this issue, my solution was to add:
to the ssf_updates CMakelist (ethzasl_sensor_fusion/ssf_updates/CMakeLists.txt) just after the add_executable and set_property lines for position_sensor. Should look something like this:
It looks like the build machines they're running probably built those files first, but a less capable machine (like mine) doesn't have the ability to work as in parallel as theirs. As such, explicitly adding that line makes it buildable for me. Hope this helps! |
Hi Stephan,
I am really fascinated by your work and want to see if it is possible to be transplanted on mobile phone.
But when I finished downloading and using catkin_make to do the compilation, this error appeared
fatal error: ssf_updates/PositionWithCovarianceStamped.h: No such file or directory
#include <ssf_updates/PositionWithCovarianceStamped.h>
Is there anything missing? How could I continue the compilation.
Thanks in advance.
Tingru
The text was updated successfully, but these errors were encountered: