Skip to content

Commit 20f023e

Browse files
committed
add qlim to struct
1 parent c77d80f commit 20f023e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roboticstoolbox/core/structs.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ extern "C"
3030
ET **ets;
3131
int n;
3232
int m;
33+
34+
// While this information is stored in the ET's
35+
// Its much faster for IK to cahce it here
36+
double *qlim_l;
37+
double *qlim_h;
38+
double *q_range2;
3339
};
3440

3541
struct ET

0 commit comments

Comments
 (0)