Thanks to visit codestin.com
Credit goes to github.com

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

catkin build aerial_mapper fails #53

@desilvarami

Description

@desilvarami

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions