When Inflate cannot find the provided layer name a STD exception is thrown:
terminate called after throwing an instance of 'std::out_of_range'
what(): CostMap::get(...) : No map layer of type '' available.
Looking at the demo inflation code, I would expect I only have to catch ECL exception. Should I implement a catch all or should this exception be caught by Inflate.
PS: The same issue also exists in Deflate.
When
Inflatecannot find the provided layer name a STD exception is thrown:Looking at the demo inflation code, I would expect I only have to catch ECL exception. Should I implement a catch all or should this exception be caught by Inflate.
PS: The same issue also exists in
Deflate.