From be786fcb055b54db70d7fbd118606d04147ec001 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 28 May 2010 22:15:26 +0200 Subject: [PATCH] Publish camera commands once per second It is not necessary to send these commands faster. --- src/types/robottype.ortegen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/robottype.ortegen b/src/types/robottype.ortegen index b32e359f..201bc424 100644 --- a/src/types/robottype.ortegen +++ b/src/types/robottype.ortegen @@ -20,7 +20,7 @@ type=robot_pos topic=ref_pos type=robot_cmd topic=robot_cmd deadline=1 type=robot_switches topic=robot_switches deadline=1 type=camera_result topic=camera_result -type=camera_control topic=camera_control +type=camera_control topic=camera_control pubdelay=1 type=fsm_state topic=fsm_main pubdelay=1 type=fsm_state topic=fsm_act pubdelay=1 type=fsm_state topic=fsm_motion pubdelay=1 -- 2.39.2