- First working version of the TRICS collision protection module
This commit is contained in:
25
anticollider.h
Normal file
25
anticollider.h
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
This is the header file for the AntiCollider, a complex movements
|
||||
control module for SICS. See anticoliider.tex for more information.
|
||||
|
||||
copyright: see file copyright
|
||||
|
||||
Mark Koennecke, August 2002
|
||||
------------------------------------------------------------------------*/
|
||||
#ifndef ANTICOLLIDER
|
||||
#define ANTICOLLIDER
|
||||
|
||||
|
||||
int AntiColliderFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
int AntiColliderAction(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user