Skip to content

Commit

Permalink
delete unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 17, 2023
1 parent 192c5bc commit 7eadb4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion healthcheck/healthcheck_localization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ void write_health_status(const std::string& status)
{
std::ofstream healthFile("/health_status.txt");
healthFile << status;
healthFile.close();
}

void msg_callback(const geometry_msgs::msg::PoseWithCovarianceStamped::SharedPtr msg)
Expand Down
1 change: 0 additions & 1 deletion healthcheck/healthcheck_navigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ void write_health_status(const std::string& status)
{
std::ofstream healthFile("/health_status.txt");
healthFile << status;
healthFile.close();
}

void msg_callback(const bond::msg::Status::SharedPtr msg)
Expand Down

0 comments on commit 7eadb4a

Please sign in to comment.