8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d38d62 commit 5025917Copy full SHA for 5025917
roboticstoolbox/core/structs.h
@@ -9,9 +9,9 @@
9
#define STRUCTS_H
10
11
// #include "linalg.h"
12
-// #ifdef __cplusplus
13
-// #include <Eigen/Dense>
14
-// #endif /* __cplusplus */
+#ifdef __cplusplus
+#include <Eigen/Dense>
+#endif /* __cplusplus */
15
16
#ifdef __cplusplus
17
extern "C"
@@ -31,10 +31,13 @@ extern "C"
31
int isflip;
32
int jindex;
33
int axis;
34
- double *T; /* link static transform */
35
- // Eigen::Map<Eigen::Matrix<double, 4, 4, Eigen::RowMajor>> Tm;
+ double *T; /* link static transform */
36
double *qlim; /* joint limits */
37
void (*op)(double *data, double eta);
+
38
39
+ Eigen::Map<Eigen::Matrix<double, 4, 4, Eigen::RowMajor>> Tm;
40
41
};
42
43
// struct ET
0 commit comments