Skip to content

Commit

Permalink
removed info log
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Nov 21, 2023
1 parent 4f43022 commit f36d2ab
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 f36d2ab

Please sign in to comment.