#include "rb_sm.h"
#include <stdio.h>
#include <gsl/gsl_nan.h>
#include <options/options.h>
Go to the source code of this file.
const char* rb_result_to_json |
( |
| ) |
|
void rb_set_laser_ref |
( |
const char * |
s | ) |
|
void rb_set_laser_sens |
( |
const char * |
s | ) |
|
void rb_sm_close_journal |
( |
| ) |
|
void rb_sm_init_journal |
( |
const char * |
journal_file | ) |
|
void rb_sm_odometry |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
theta |
|
) |
| |
void rb_sm_odometry_cov |
( |
double |
cov_x, |
|
|
double |
cov_y, |
|
|
double |
cov_theta |
|
) |
| |
int rb_sm_set_configuration |
( |
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
Interface for Ruby: there are no pointers around.
Definition at line 33 of file rb_sm.c.
LDP string_to_ld |
( |
const char * |
s | ) |
|