You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the package, I got an include error that I fixed based on this similar error: opencv/opencv#14868
It's just a change to line 47 in laser_geometry.h: #include <**eigen3**/Eigen/Core>
I am on ROS Noetic/Ubuntu 20.04. It doesn't look like there is a branch for noetic, but there is a ros-noetic-laser-geometry package that might be broken for others as well, so this might be a nice little fix if you have a moment. Alternatively, it might break others' setups - not too sure, sorry.
The text was updated successfully, but these errors were encountered:
When trying to use the package, I got an include error that I fixed based on this similar error: opencv/opencv#14868
It's just a change to line 47 in laser_geometry.h:
#include <**eigen3**/Eigen/Core>
I am on ROS Noetic/Ubuntu 20.04. It doesn't look like there is a branch for noetic, but there is a ros-noetic-laser-geometry package that might be broken for others as well, so this might be a nice little fix if you have a moment. Alternatively, it might break others' setups - not too sure, sorry.
The text was updated successfully, but these errors were encountered: