We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ 59%] Built target cloud_nodelet [ 65%] Built target cloud_node [ 70%] Built target transform_node [ 76%] Built target transform_nodelet /home/zr/catkin_ws/src/loam_velodyne/src/lib/LaserMapping.cpp: In member function ‘virtual bool loam::LaserMapping::setup(ros::NodeHandle&, ros::NodeHandle&)’: /home/zr/catkin_ws/src/loam_velodyne/src/lib/LaserMapping.cpp:149:28: error: ‘downSizeFilterMap’ was not declared in this scope downSizeFilterMap().setLeafSize(fParam, fParam, fParam); ^ loam_velodyne/src/lib/CMakeFiles/loam.dir/build.make:182: recipe for target 'loam_velodyne/src/lib/CMakeFiles/loam.dir/LaserMapping.cpp.o' failed make[2]: *** [loam_velodyne/src/lib/CMakeFiles/loam.dir/LaserMapping.cpp.o] Error 1 CMakeFiles/Makefile2:3080: recipe for target 'loam_velodyne/src/lib/CMakeFiles/loam.dir/all' failed make[1]: *** [loam_velodyne/src/lib/CMakeFiles/loam.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed
Anybody knows what is the problem? Many thanks
The text was updated successfully, but these errors were encountered:
it happens when run catkin_make -DCMAKE_BUILD_TYPE=Release
Sorry, something went wrong.
No branches or pull requests
[ 59%] Built target cloud_nodelet
[ 65%] Built target cloud_node
[ 70%] Built target transform_node
[ 76%] Built target transform_nodelet
/home/zr/catkin_ws/src/loam_velodyne/src/lib/LaserMapping.cpp: In member function ‘virtual bool loam::LaserMapping::setup(ros::NodeHandle&, ros::NodeHandle&)’:
/home/zr/catkin_ws/src/loam_velodyne/src/lib/LaserMapping.cpp:149:28: error: ‘downSizeFilterMap’ was not declared in this scope
downSizeFilterMap().setLeafSize(fParam, fParam, fParam);
^
loam_velodyne/src/lib/CMakeFiles/loam.dir/build.make:182: recipe for target 'loam_velodyne/src/lib/CMakeFiles/loam.dir/LaserMapping.cpp.o' failed
make[2]: *** [loam_velodyne/src/lib/CMakeFiles/loam.dir/LaserMapping.cpp.o] Error 1
CMakeFiles/Makefile2:3080: recipe for target 'loam_velodyne/src/lib/CMakeFiles/loam.dir/all' failed
make[1]: *** [loam_velodyne/src/lib/CMakeFiles/loam.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
Anybody knows what is the problem? Many thanks
The text was updated successfully, but these errors were encountered: