Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

catkin build aerial_mapper fails #53

Open
desilvarami opened this issue Oct 12, 2022 · 1 comment
Open

catkin build aerial_mapper fails #53

desilvarami opened this issue Oct 12, 2022 · 1 comment

Comments

@desilvarami
Copy link

Hi, while executing the "catkin build aerial_mapper", I got following error. Can you please provide some help to resolve this issue. I used Ubunto 14.04.

/home/ramesh/catkin_ws_aerial_mapper/src/grid_map/grid_map_core/src/CubicInterpolation.cpp:345:63: error: cannot convert ‘const std::initializer_list’ to ‘unsigned int’ for argument ‘2’ to ‘unsigned int grid_map::bindIndexToRange(unsigned int, unsigned int)’
right = layerData(bindIndexToRange(index.x() - 1, numRow), index.y());
^
/home/ramesh/catkin_ws_aerial_mapper/src/grid_map/grid_map_core/src/CubicInterpolation.cpp:349:73: error: cannot convert ‘const std::initializer_list’ to ‘unsigned int’ for argument ‘2’ to ‘unsigned int grid_map::bindIndexToRange(unsigned int, unsigned int)’
left = layerData(index.x(), bindIndexToRange(index.y() + 1, numCol));
^
/home/ramesh/catkin_ws_aerial_mapper/src/grid_map/grid_map_core/src/CubicInterpolation.cpp:350:74: error: cannot convert ‘const std::initializer_list’ to ‘unsigned int’ for argument ‘2’ to ‘unsigned int grid_map::bindIndexToRange(unsigned int, unsigned int)’
right = layerData(index.x(), bindIndexToRange(index.y() - 1, numCol));

image

Thank you.

@skbhat
Copy link

skbhat commented Jul 13, 2023

I am also facing the same issue while compiling inside a docker image.

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants