-
Notifications
You must be signed in to change notification settings - Fork 952
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
/LaserMapping.cpp:149:28: error: ‘downSizeFilterMap’ was not declared in this scope #83
Comments
Please put a link to the offending line in the commit you are using. Also what build tools are you using?
|
Hi, I have the same problem. Here is the link to the line: LaserMapping.cpp:149:28 Thanks |
I have the same problem and this is a new error that has not been seen before. |
I got the same question, after compiled I got |
I'll look into it asap. |
You just need to remove that code. |
Hi,
When I try to make the file I get this error.
In member function ‘virtual bool loam::LaserMapping::setup(ros::NodeHandle&, ros::NodeHandle&)’:
catkin_ws/src/loam_velodyne/src/lib/LaserMapping.cpp:149:28: error: ‘downSizeFilterMap’ was not declared in this scope downSizeFilterMap().setLeafSize(fParam, fParam, fParam);
Which was not the case before the PR. I looked at the header and the parent class and seems like this function has never been defined.
Would appreciate it if someone could fix this bug.
Thanks
The text was updated successfully, but these errors were encountered: