Skip to content

Commit

Permalink
誤字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Jan 11, 2024
1 parent 819c418 commit d780339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciurus17_examples/src/object_tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void ObjectTracker::tracking()

// 現在の関節角度を取得
if (!current_angles_msg_) {
RCLCPP_INFO_STREAM(this->get_logger(), "Wating controller state.");
RCLCPP_INFO_STREAM(this->get_logger(), "Waiting controller state.");
return;
}
if (current_angles_msg_->feedback.positions.size() != WAIST_JOINT_NUM &&
Expand Down

0 comments on commit d780339

Please sign in to comment.