Skip to content

Commit

Permalink
コーディングスタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Jan 29, 2025
1 parent 48109c8 commit f1e1806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ def on_timer(self):
# 経過時間
TF_ELAPSED_TIME = now.nanoseconds - tf_msg.header.stamp.nanosec
# 停止時間
# if self.tf_past is not None:
# TF_STOP_TIME = now.nanoseconds - self.tf_past.header.stamp.nanosec
TF_STOP_TIME = now.nanoseconds - self.tf_past.header.stamp.nanosec
# else:
# TF_STOP_TIME = now.nanoseconds
TARGET_Z_MIN_LIMIT = 0.04

# 現在時刻から2秒以内に受け取ったtfを使用
Expand Down
1 change: 1 addition & 0 deletions crane_x7_examples_py/crane_x7_examples_py/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# limitations under the License.

import time

from rclpy.logging import get_logger


Expand Down

0 comments on commit f1e1806

Please sign in to comment.