Skip to content

Commit

Permalink
another fix of minz
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 17, 2023
1 parent f329673 commit 697693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_manager/control_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7060,7 +7060,7 @@ double ControlManager::getMinZ(const std::string& frame_id) {
std::string from_frame = _safety_area_frame_;

if (_safety_area_frame_ == "latlon_origin") {
from_frame = "world_origin";
from_frame = frame_id;
}

point.header.frame_id = from_frame;
Expand Down

0 comments on commit 697693a

Please sign in to comment.