Skip to content

Commit

Permalink
Merge pull request #102 from iory/bug-fix
Browse files Browse the repository at this point in the history
Internally call actuator_to_joint_matrix to initialize it.
  • Loading branch information
iory authored Nov 2, 2024
2 parents 1f110e5 + 3a00500 commit 387e331
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 387e331

Please sign in to comment.