Skip to content

Commit 27189aa

Browse files
committed
Added quaternion property
1 parent bc3fe42 commit 27189aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboticstoolbox/core/fknm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ struct Link
3535
npy_float64 **shape_base; /* link visual and collision geometries */
3636
npy_float64 **shape_wT; /* link visual and collision geometries */
3737
npy_float64 **shape_sT; /* link visual and collision geometries */
38+
npy_float64 **shape_sq; /* link visual and collision geometries */
3839
};
3940

4041
#endif

0 commit comments

Comments
 (0)