Skip to content

Commit

Permalink
smaller cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalTheCoder committed Nov 20, 2024
1 parent 3b08351 commit ef84d19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions urc_hw/src/hardware_interfaces/status_light.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ hardware_interface::CallbackReturn StatusLight::on_deactivate(const rclcpp_lifec

hardware_interface::return_type StatusLight::read(const rclcpp::Time &, const rclcpp::Duration &)
{
// RCLCPP_INFO(
// rclcpp::get_logger(
// hardware_interface_name), "Red: %s, Green: %s, Blue: %s", num_to_state(
// lightStates[0]).c_str(), num_to_state(lightStates[1]).c_str(), num_to_state(
// lightStates[2]).c_str());

return hardware_interface::return_type::OK;
}

Expand Down

0 comments on commit ef84d19

Please sign in to comment.