Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from NathanaelGandhi/ng/renameBaseNodeHk
Browse files Browse the repository at this point in the history
chore(node): update to base node hk interface
  • Loading branch information
NathanaelGandhi authored May 16, 2024
2 parents ac2b83c + 7dfc1b2 commit c1b6381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux_thermal_zone_base_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void LinuxThermalZoneBaseNode::timer_10s_callback()
{
RCLCPP_DEBUG_STREAM(this->get_logger(), "timer_10s_callback executed");
linux_thermal_zone_interfaces::msg::LinuxThermalZoneBaseNodeHk message;
message.set__thermal_zone_publish_count(thermal_pub_count_);
message.set__linux_thermal_zone_publish_count(thermal_pub_count_);
publisher_node_hk_->publish(message);
}

Expand Down

0 comments on commit c1b6381

Please sign in to comment.