Skip to content

Commit

Permalink
Internally call actuator_to_joint_matrix to initialize it.
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Nov 2, 2024
1 parent 1f110e5 commit 3a00500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rcb4/armh7interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ def search_servo_ids(self):
self.servo_on_states_dict[index] = True
else:
self.servo_on_states_dict[index] = False
# internally call actuator_to_joint_matrix to initialize it.
self.actuator_to_joint_matrix # NOQA
return servo_indices

def search_air_board_ids(self):
Expand Down

0 comments on commit 3a00500

Please sign in to comment.