Skip to content
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

Paper explaining the algorithms #4

Open
Sollimann opened this issue May 12, 2020 · 6 comments
Open

Paper explaining the algorithms #4

Sollimann opened this issue May 12, 2020 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@Sollimann
Copy link

Hey there. Nice solution you have here, looks to be working great. I was wondering if you have a paper or some other reference to the algorithms and thinking here? I would like to read through, to better understand how you implemented the code :)

@LiJiangnanBit
Copy link
Owner

Hi 😄 I'll write a wiki about the details soon. I'll let you know when it's done.

@Sollimann
Copy link
Author

Great :)

@LiJiangnanBit
Copy link
Owner

LiJiangnanBit commented May 15, 2020

I wrote a simple wiki here. @Sollimann @cyscgzx33

@cyscgzx33
Copy link

I wrote a simple wiki here. @Sollimann @cyscgzx33

Awesome wiki!

@LiJiangnanBit LiJiangnanBit added the documentation Improvements or additions to documentation label May 26, 2020
@tuzhiming2016
Copy link

编译问题:/opt/ros/kinetic/include/grid_map_cv/GridMapCvConverter.hpp:176:47: error: ‘const Matrix {aka const class Eigen::Matrix<float, -1, -1>}’ has no member named ‘minCoeffOfFinites’
const float minValue = gridMap.get(layer).minCoeffOfFinites();

在in demo.cpp ->
#include <grid_map_core/grid_map_core.hpp>
#include <grid_map_cv/grid_map_cv.hpp>
#include <grid_map_ros/grid_map_ros.hpp>

in grid_map_cv.hpp
#include <grid_map_cv/GridMapCvConverter.hpp> 这个头文件中使用minCoeffOfFinites()出错

in GridMapCvConverter.hpp wrong
176 const float minValue = gridMap.get(layer).minCoeffOfFinites();
177 const float maxValue = gridMap.get(layer).maxCoeffOfFinites();
但是Matrix成员函数中没有minCoeffOfFinites和maxCoeffOfFinites,导致编译出错,
我看到这些成员函数是在grid_map_core/eigen_plugins/DenseBasePlugin.hpp中定义的,但grid_map_core中并未使用这个头文件,eigen_plugins中只使用了 #include "grid_map_core/eigen_plugins/Functors.hpp"

请问你是怎么解决的呢??~

@pickteemo
Copy link

Awesome! Thanks a lot for algorithms details~~!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants