Skip to content

Commit

Permalink
fix(hesai_decoder): print config instead of config address
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Mar 21, 2024
1 parent 99cb035 commit 6c49621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class HesaiDecoder : public HesaiScanDecoder
logger_(rclcpp::get_logger("HesaiDecoder"))
{
logger_.set_level(rclcpp::Logger::Level::Debug);
RCLCPP_INFO_STREAM(logger_, sensor_configuration_);
RCLCPP_INFO_STREAM(logger_, *sensor_configuration_);

decode_pc_.reset(new NebulaPointCloud);
output_pc_.reset(new NebulaPointCloud);
Expand Down

0 comments on commit 6c49621

Please sign in to comment.