3 #ifndef _REC_ROBOTINO_API2_C_OMNIDRIVE_H_ 4 #define _REC_ROBOTINO_API2_C_OMNIDRIVE_H_ 6 #include "rec/robotino/api2/c/globals.h" 20 #define INVALID_OMNIDRIVEID -1 70 #endif //_REC_ROBOTINO_API2_C_OMNIDRIVE_H_ DLLEXPORT BOOL OmniDrive_destroy(OmniDriveId id)
DLLEXPORT BOOL OmniDrive_project(OmniDriveId id, float *m1, float *m2, float *m3, float vx, float vy, float omega)
DLLEXPORT BOOL OmniDrive_setComId(OmniDriveId id, ComId comId)
In "rec/robotino/api2/c/Com.h" you can find functions for manipulating the communication interface to...
DLLEXPORT int OmniDrive_num_objects(void)
DLLEXPORT BOOL OmniDrive_setVelocity(OmniDriveId id, float vx, float vy, float omega)
int OmniDriveId
Definition: OmniDrive.h:17
DLLEXPORT OmniDriveId OmniDrive_construct()
int ComId
Definition: Com.h:50