Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 032bb60

Browse filesBrowse files
committed
reflect changed names for base classes
1 parent cf15861 commit 032bb60
Copy full SHA for 032bb60

File tree

Expand file treeCollapse file tree

2 files changed

+15
-16
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+15
-16
lines changed

‎docs/figs/classes.dot

Copy file name to clipboardExpand all lines: docs/figs/classes.dot
+11-12Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,23 @@
22
# dot -Tpng -Gdpi=150 -Nfontsize=20 -Nfontname=Roboto classes.dot > classes.png
33
digraph G {
44
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
99
SE2 -> SO2
1010
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
1515
UnitQuaternion -> Quaternion
16-
Plucker -> SMUserList
17-
SpatialVector -> SMUserList
16+
SpatialVector -> BasePoseList
1817
SpatialM6 -> SpatialVector
1918
SpatialF6 -> SpatialVector
2019
SpatialVelocity -> SpatialM6
2120
SpatialAcceleration -> SpatialM6
2221
SpatialMomentum -> SpatialF6
2322
SpatialForce -> SpatialF6
24-
SpatialInertia -> SMUserList
25-
}
23+
SpatialInertia -> BasePoseList
24+
}

‎docs/figs/classes_spatialvec.dot

Copy file name to clipboard
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# dot -Tpdf classes.dot > classes.pdf ; open classes.pdf
1+
# dot -Tpdf classes_spatialvec.dot > classes_spatialvec.pdf ; open classes_spatialvec.pdf
22
digraph G {
33
graph [rankdir=BT];
4-
SMUserList -> "collections.UserList"
5-
SpatialVector -> SMUserList
4+
BasePoseList -> "collections.UserList"
5+
SpatialVector -> BasePoseList
66
SpatialM6 -> SpatialVector
77
SpatialF6 -> SpatialVector
88
SpatialVelocity -> SpatialM6
99
SpatialAcceleration -> SpatialM6
1010
SpatialMomentum -> SpatialF6
1111
SpatialForce -> SpatialF6
12-
SpatialInertia -> SMUserList
12+
SpatialInertia -> BasePoseList
1313
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.