File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
Original file line number Diff line number Diff line change 2
2
# dot -Tpng -Gdpi=150 -Nfontsize=20 -Nfontname=Roboto classes.dot > classes.png
3
3
digraph G {
4
4
graph [rankdir =BT];
5
- SMUserList -> " collections.UserList"
6
- SMPose -> SMUserList
7
- SO2 -> SMPose
8
- SO3 -> SMPose
5
+ BasePoseList -> " collections.UserList"
6
+ BasePoseMatrix -> BasePoseList
7
+ SO2 -> BasePoseMatrix
8
+ SO3 -> BasePoseMatrix
9
9
SE2 -> SO2
10
10
SE3 -> SO3
11
- SMTwist -> SMUserList
12
- Twist2 -> SMTwist
13
- Twist3 -> SMTwist
14
- Quaternion -> SMUserList
11
+ BaseTwist -> BasePoseList
12
+ Twist2 -> BaseTwist
13
+ Twist3 -> BaseTwist
14
+ Quaternion -> BasePoseList
15
15
UnitQuaternion -> Quaternion
16
- Plucker -> SMUserList
17
- SpatialVector -> SMUserList
16
+ SpatialVector -> BasePoseList
18
17
SpatialM6 -> SpatialVector
19
18
SpatialF6 -> SpatialVector
20
19
SpatialVelocity -> SpatialM6
21
20
SpatialAcceleration -> SpatialM6
22
21
SpatialMomentum -> SpatialF6
23
22
SpatialForce -> SpatialF6
24
- SpatialInertia -> SMUserList
25
- }
23
+ SpatialInertia -> BasePoseList
24
+ }
Original file line number Diff line number Diff line change 1
- # dot -Tpdf classes .dot > classes .pdf ; open classes .pdf
1
+ # dot -Tpdf classes_spatialvec .dot > classes_spatialvec .pdf ; open classes_spatialvec .pdf
2
2
digraph G {
3
3
graph [rankdir =BT];
4
- SMUserList -> " collections.UserList"
5
- SpatialVector -> SMUserList
4
+ BasePoseList -> " collections.UserList"
5
+ SpatialVector -> BasePoseList
6
6
SpatialM6 -> SpatialVector
7
7
SpatialF6 -> SpatialVector
8
8
SpatialVelocity -> SpatialM6
9
9
SpatialAcceleration -> SpatialM6
10
10
SpatialMomentum -> SpatialF6
11
11
SpatialForce -> SpatialF6
12
- SpatialInertia -> SMUserList
12
+ SpatialInertia -> BasePoseList
13
13
}
You can’t perform that action at this time.
0 commit comments