Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 9, 2024
1 parent a71b9ee commit 24243f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/matchs/src/sequenceur_match1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def timer_callback(self):
if self.cumulated_time < 100 and self.time_since_detection > 0.5 and self.movement_time > 0:
self.publisher_cmd_vel.publish(self.cmd_vel)
self.movement_time = self.movement_time - 0.1
self.get_logger().info("movement time: " + str(self.movement_time) + "s")

else:
self.publisher_cmd_vel.publish(Twist())
else:
Expand Down

0 comments on commit 24243f0

Please sign in to comment.