Skip to content

Commit

Permalink
Commented logger
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 29, 2024
1 parent 5434c2a commit 2e67ee8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ hardware_interface::CallbackReturn ActuatorsRpPicoHardware::on_init(

for (int i = 1; i <= 12; i++) {
if (cfg_.servo_names[i] != "") {
RCLCPP_INFO(
rclcpp::get_logger("ActuatorsRpPicoHardware"), "Setting up servo %s", cfg_.servo_names[i].c_str());
/*RCLCPP_INFO(
rclcpp::get_logger("ActuatorsRpPicoHardware"), "Setting up servo %s", cfg_.servo_names[i].c_str());*/
servos_[i].setup(cfg_.servo_names[i], i);
}
}
Expand Down

0 comments on commit 2e67ee8

Please sign in to comment.