Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def perform(self, reevaluate=False):
self.last_decision = "LOW"

self.last_decision_time = current_time
self.blackboard.node.get_logger().warn(f"made new decision was {self.last_decision}")

self.blackboard.node.get_logger().warn(f"returning {self.last_decision}")
return self.last_decision

def get_reevaluate(self):
Expand Down