#include <mcl_laser.h>#include <stdio.h>#include <stdlib.h>#include <error.h>#include <errno.h>#include <stdbool.h>#include <math.h>#include <time.h>
Classes | |
| struct | simodo |
| struct | simlas |
Typedefs | |
| typedef double | simtime_t |
Functions | |
| struct mcl_model * | testmcl_init () |
| MCL test initialization. | |
| void | usage () |
| int | read_odo (FILE *f, struct simodo *odo) |
| int | read_las (FILE *f, struct simlas *las) |
| int | main (int argc, char *argv[]) |
Variables | |
| struct mcl_laser | l |
| typedef double simtime_t |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |

| int read_las | ( | FILE * | f, | |
| struct simlas * | las | |||
| ) |

| int read_odo | ( | FILE * | f, | |
| struct simodo * | odo | |||
| ) |

| struct mcl_model* testmcl_init | ( | ) | [read] |
MCL test initialization.


| void usage | ( | void | ) |

1.7.1