Skip to content

Commit

Permalink
Fixed incorrect use of log level in cia402_data.hpp (#213)
Browse files Browse the repository at this point in the history
This is in reference to issue #179
  • Loading branch information
jclinton830 authored Nov 3, 2023
1 parent e0b5706 commit 267ba29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct Cia402Data
}

node_id = config["node_id"].as<uint16_t>();
RCLCPP_ERROR(
RCLCPP_INFO(
rclcpp::get_logger(joint_name), "Node id for '%s' is '%u'", joint.name.c_str(), node_id);

if (config["position_mode"])
Expand Down

0 comments on commit 267ba29

Please sign in to comment.