]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Remove hokuyo actuator.
authorMichal Vokac <vokac.m@gmail.com>
Thu, 28 Apr 2011 12:32:49 +0000 (14:32 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Thu, 28 Apr 2011 12:32:49 +0000 (14:32 +0200)
src/robofsm/actuators.c
src/robofsm/actuators.h

index 6a6798c3d466975871a57eb63679cac9857d134c..5b749e36f4c1652a3a52b1b93360e44b68a3cf1d 100644 (file)
@@ -28,13 +28,6 @@ void act_init(struct robottype_orte_data *ortedata)
        orte = ortedata;
 }
 
-// FIXME: obsolete (?)
-void act_hokuyo(unsigned char angle)
-{
-       orte->hokuyo_pitch.angle = angle;
-       ORTEPublicationSend(orte->publication_hokuyo_pitch);
-}
-
 void act_camera_on(void)
 {
        orte->camera_control.on = 1;
index dc3a32578d648d498848a24cb918db6a8f48ed55..49b009758bc64cb633f37cc7d2ecab5303598041 100644 (file)
@@ -47,7 +47,6 @@ extern "C" {
 
 void act_init(struct robottype_orte_data *ortedata);
 
-void act_hokuyo(unsigned char angle); // FIXME obsolete (?)
 void act_camera_on(void);
 void act_camera_off(void);