Skip to content
Snippets Groups Projects
Commit 2aa57e08 authored by Andrea Censi's avatar Andrea Censi
Browse files

No commit message

No commit message
parent 5bea0c74
No related branches found
No related tags found
No related merge requests found
Showing with 30 additions and 26 deletions
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, char * argv[]) {
sm_set_program_name(argv[0]);
......
......@@ -11,7 +11,8 @@
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
typedef enum { Invalid = 0, Odometry = 1, Estimate = 2, True_pose = 3 } reference;
const char*reference_name[4] = { "invalid","odometry","estimate","true_pose"};
......
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, char * argv[]) {
sm_set_program_name(argv[0]);
......
#include <assert.h>
#include <string.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
#include <options/options.h>
#include <json-c/json.h>
......
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, const char * argv[]) {
sm_set_program_name(argv[0]);
......
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
#include <options/options.h>
int main(int argc, const char * argv[]) {
......
#include <options/options.h>
#include <string.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, const char * argv[]) {
sm_set_program_name(argv[0]);
......
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, const char ** argv) {
sm_set_program_name(argv[0]);
......
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct {
/** Scale factor */
......
#include <math.h>
#include <gsl/gsl_math.h>
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int main(int argc, const char * argv[]) {
sm_set_program_name(argv[0]);
......
......@@ -5,7 +5,7 @@
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct ld_exp_tro1_params {
int seed;
......
#include <libgen.h>
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
#include <libgen.h>
struct ld_fisher_params {
double sigma;
......
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
void ld_linearize(LDP ld);
double weighted_mean(double *x, double *weight, int n);
......
......@@ -5,7 +5,7 @@
#include <libgen.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct ld_noise_params {
int seed;
......
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include <csm/laser_data_drawing.h>
#include "../csm/csm_all.h"
#include "../csm/laser_data_drawing.h"
/** Two scans are the same if they have the same timestamp. */
int same_scan(LDP ld1, LDP ld2);
......
#include <time.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
int ld_equal_readings(LDP ld1, LDP ld2, double epsilon);
......
......@@ -5,7 +5,8 @@
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct {
double interval;
......
......@@ -5,7 +5,7 @@
#include <math.h>
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct ld_noise_params {
int seed;
......
#include <options/options.h>
#include <csm/csm_all.h>
#include "../csm/csm_all.h"
struct {
/** Scale factor */
......
......@@ -11,9 +11,10 @@
#include <options/options.h>
#include <csm/csm_all.h>
#include <csm/laser_data_drawing.h>
#include <csm/laser_data_cairo.h>
#include "../csm/csm_all.h"
#include "../csm/laser_data_drawing.h"
#include "../csm/laser_data_cairo.h"
typedef struct {
const char*use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment