Drake
|
#include <mex.h>
#include <iostream>
#include "drake/util/drakeMexUtil.h"
#include "drake/systems/plants/RigidBodyTree.h"
#include <Eigen/Dense>
Macros | |
#define | BUF_SIZE 256 |
#define | FRAME_PARSER_EPSILON 1e-6 |
Functions | |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
#define BUF_SIZE 256 |
#define FRAME_PARSER_EPSILON 1e-6 |
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |