Skip to content

Commit 982a082

Browse files
committed
Changed interval
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
1 parent 9089aa3 commit 982a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rqt_joint_trajectory_controller/rqt_joint_trajectory_controller/joint_trajectory_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self, context):
177177
# Timer for running controller updates
178178
self._update_robot_description_list_timer = QTimer(self)
179179
self._update_robot_description_list_timer.setInterval(
180-
int(1000.0 / self._ctrlrs_update_freq)
180+
int(1.0 / self._ctrlrs_update_freq)
181181
)
182182
self._update_robot_description_list_timer.timeout.connect(
183183
self._update_robot_description_list

0 commit comments

Comments
 (0)