Skip to content

Commit

Permalink
Changed interval
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jun 12, 2024
1 parent 9089aa3 commit 982a082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(self, context):
# Timer for running controller updates
self._update_robot_description_list_timer = QTimer(self)
self._update_robot_description_list_timer.setInterval(
int(1000.0 / self._ctrlrs_update_freq)
int(1.0 / self._ctrlrs_update_freq)
)
self._update_robot_description_list_timer.timeout.connect(
self._update_robot_description_list
Expand Down

0 comments on commit 982a082

Please sign in to comment.