Skip to content

Commit

Permalink
del japanese comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-kazu committed Dec 13, 2024
1 parent 355e7f8 commit b3e3283
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nebula_hw_interfaces/test/hesai/test_ptc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ void check_value_range(float value, std::string key)
}
}

// 値を処理する汎用関数
void check_struct_value(const std::string& key, const json& value) {
if (value.is_string()) {
std::string str_value = value.get<std::string>();
Expand All @@ -152,7 +151,6 @@ void check_struct_value(const std::string& key, const json& value) {
}
}

// メインチェック関数
template <typename T>
void check_hesai_struct(const std::shared_ptr<T>& hesai_struct) {
const json hesai_struct_json_data = hesai_struct->to_json();
Expand Down

0 comments on commit b3e3283

Please sign in to comment.