Skip to content

Commit 2cb8c75

Browse files
Added info log
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent d14e60b commit 2cb8c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

map/map_height_fitter/src/map_height_fitter.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ double MapHeightFitter::Impl::get_ground_height(const Point & point)
222222
std::optional<Point> MapHeightFitter::Impl::fit(const Point & position, const std::string & frame)
223223
{
224224
const auto logger = node_->get_logger();
225+
RCLCPP_INFO_STREAM(logger, "fit_target: " << fit_target_ << ", frame: " << frame);
226+
225227
Point point;
226228
point.x = position.x;
227229
point.y = position.y;

0 commit comments

Comments
 (0)