Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update bitbots_hcm/bitbots_hcm/hcm_dsd/decisions/check_hardware.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Gutsche <[email protected]>
  • Loading branch information
Flova and jaagut authored Nov 13, 2023
1 parent 25d29f6 commit a3f27be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def perform(self, reevaluate=False):
return "OKAY"

if self.blackboard.simulation_active:
# Some simulators will give exact same joint messages could look like errors,
# Some simulators will give the exact same joint messages, which could look like errors,
# as the real world ros controller will always publish the same message if there is no connection
# so we will just the check if the message is changing in simulation
if self.blackboard.current_joint_state is None:
Expand Down

0 comments on commit a3f27be

Please sign in to comment.