-
Notifications
You must be signed in to change notification settings - Fork 808
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
Build issue possibly related to Eigen add-on macros #397
Comments
|
|
#you can try adding above this line of code
include(your_grid_map_core_path/cmake/grid_map_core-extras.cmake)
find_package (Eigen3 3.3 REQUIRED NO_MODULE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibly related to #256 #67 and #73 , except that #73 is supposed to have fixed this, and I'm still seeing it.
ROS Noetic on Ubuntu 20.04.6
I am trying to write a program that, given a rosbag, iterates a topic in that bag that contains messages that contain grid_maps, and combine all of the grid maps into one map which I can then render as an image for visualization and adding illustrations to documentation.
When I try to build, I get the error message:
I'd upload the C++ code and CMakeLists.txt, but github indicates that it doesn't support those file types. I'll try putting them in a comment to this issue.
The text was updated successfully, but these errors were encountered: