Skip to content

Commit

Permalink
Update rokos_smach_lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akerdogmus authored Apr 8, 2022
1 parent da4046a commit dfd500f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srvt_moveit/src/rokos_smach_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ def execute(self, ud):
str(get_current_info[1]) + "_vehicle_" + str(get_current_info[3]))
print(f"Image Name = {image_name}\n")

# Burası açılacak return 'succeeded' satırı kapatılacak
# Robotun her hedef noktasına ulaştığında resim kaydedip sıradaki göreve geçmesi için
# aşağıdaki bölümün açılıp, return 'succeeded' satırının kapatılması gerekir.
"""
get_response = self.get_image_client_func(image_name)
Expand Down

0 comments on commit dfd500f

Please sign in to comment.