Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Dec 5, 2023
1 parent 44e7e20 commit ba8e577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lbr_ros2_control/src/lbr_state_broadcaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ controller_interface::return_type LBRStateBroadcaster::update(const rclcpp::Time
}
// check any for nan
if (std::isnan(state_interface_map_[joint_names_[0]][hardware_interface::HW_IF_POSITION])) {
RCLCPP_INFO(this->get_node()->get_logger(),
"LBRStateBroadcaster: joint position is nan, skipping publish.");
return controller_interface::return_type::OK;
}
if (rt_state_publisher_ptr_->trylock()) {
Expand Down

0 comments on commit ba8e577

Please sign in to comment.