File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ space:
50
50
51
51
More specifically:
52
52
53
- * ` SE3 ` matrices belonging to the group SE (3) for position and orientation (pose) in 3-dimensions
54
- * ` SO3 ` matrices belonging to the group SO (3) for orientation in 3-dimensions
55
- * ` UnitQuaternion ` belonging to the group S3 for orientation in 3-dimensions
56
- * ` Twist3 ` vectors belonging to the group se (3) for pose in 3-dimensions
57
- * ` UnitDualQuaternion ` maps to the group SE (3) for position and orientation (pose) in 3-dimensions
58
- * ` SE2 ` matrices belonging to the group SE (2) for position and orientation (pose) in 2-dimensions
59
- * ` SO2 ` matrices belonging to the group SO (2) for orientation in 2-dimensions
60
- * ` Twist2 ` vectors belonging to the group se (2) for pose in 2-dimensions
53
+ * ` SE3 ` matrices belonging to the group $\mathbf{SE} (3)$ for position and orientation (pose) in 3-dimensions
54
+ * ` SO3 ` matrices belonging to the group $\mathbf{SO} (3)$ for orientation in 3-dimensions
55
+ * ` UnitQuaternion ` belonging to the group $\mathbf{S}^3$ for orientation in 3-dimensions
56
+ * ` Twist3 ` vectors belonging to the group $\mathbf{se} (3)$ for pose in 3-dimensions
57
+ * ` UnitDualQuaternion ` maps to the group $\mathbf{SE} (3)$ for position and orientation (pose) in 3-dimensions
58
+ * ` SE2 ` matrices belonging to the group $\mathbf{SE} (2)$ for position and orientation (pose) in 2-dimensions
59
+ * ` SO2 ` matrices belonging to the group $\mathbf{SO} (2)$ for orientation in 2-dimensions
60
+ * ` Twist2 ` vectors belonging to the group $\mathbf{se} (2)$ for pose in 2-dimensions
61
61
62
62
63
63
These classes provide convenience and type safety, as well as methods and overloaded operators to support:
You can’t perform that action at this time.
0 commit comments