Skip to content

Commit

Permalink
パラメータ調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Jan 31, 2025
1 parent 926ed7b commit 17a58d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def image_callback(self, msg):
LOW_H = 100
HIGH_H = 125
LOW_S = 100
HIGH_S = 225
HIGH_S = 255
LOW_V = 30
HIGH_V = 255

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self):

self.arm.set_path_constraints(constraints)

# 関節への負荷が低い撮影姿勢
# 待機姿勢
self.init_pose()

# Call on_timer function every second
Expand Down

0 comments on commit 17a58d1

Please sign in to comment.