test_IPKF

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pathPlanning.h Source File

pathPlanning.h

00001 #ifndef PATHPLANNING_H
00002 #define PATHPLANNING_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #include "matrix.h"
00009 
00010 void GeneratePath(matrix* p0, matrix* pf, matrix* path);
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif