elevation_mapping icon indicating copy to clipboard operation
elevation_mapping copied to clipboard

The elevation_mapping process has died when build type is Release

Open skucheria opened this issue 7 years ago • 3 comments

I'm running elevation_mapping on an Odroid XU4 with 16.04 and when I build with the default CMAKE_BUILD_TYPE I am able to visualize the fused map, but it was running quite slowly so I built with Release and when I try to visualize the fused map elevation_mapping dies.

Any suggestions/ideas for why this might be happening? Thanks!

skucheria avatar Jul 13 '18 16:07 skucheria

I have the same issue. Could you solve it?

brunoeducsantos avatar Nov 01 '18 11:11 brunoeducsantos

Which version of gcc do you use to compile? In my case, gcc 4.9 was doing some wrong optimizations resulting in a crash. Try with 4.8 or 5.*

peci1 avatar Nov 06 '18 14:11 peci1

Hi @skucheria, Were you able to fix the issue?

maximilianwulf avatar Apr 08 '19 09:04 maximilianwulf