Skip to content

Commit

Permalink
Don't error on no incoming messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Aug 13, 2024
1 parent 5eef994 commit df2786a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socketcan_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ void SocketCanBridge::receive_loop(std::stop_token stoken)
RCLCPP_DEBUG(
logger_, "Error reading from the socket: %s (%d)", strerror(errno),
static_cast<int>(errno));
state_ = CanState::FATAL;
continue;
}
RCLCPP_ERROR(
Expand Down

0 comments on commit df2786a

Please sign in to comment.