Closed astumpf closed 1 year ago
The latest changes introduced a minor error. When using non-hashed octree the map msg is missing header information. The code here should be
if (convert::mapToRosMsg(*occupancy_map_, config_.world_frame, ros::Time::now(), map_msg)) {
Hi Alexander, Thanks for spotting this! The suggested fix looks good. Shall I open a PR for it, or would you like to do it?
Opened a pr: https://github.com/ethz-asl/wavemap/pull/27
Thanks!
The latest changes introduced a minor error. When using non-hashed octree the map msg is missing header information. The code here should be