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 bc3fe42 commit 27189aaCopy full SHA for 27189aa
roboticstoolbox/core/fknm.h
@@ -35,6 +35,7 @@ struct Link
35
npy_float64 **shape_base; /* link visual and collision geometries */
36
npy_float64 **shape_wT; /* link visual and collision geometries */
37
npy_float64 **shape_sT; /* link visual and collision geometries */
38
+ npy_float64 **shape_sq; /* link visual and collision geometries */
39
};
40
41
#endif
0 commit comments