File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,12 @@ def gravity(self, gravity_new):
49
49
self .dynchanged ()
50
50
51
51
# --------------------------------------------------------------------- #
52
- def dyntable (self ):
52
+ def dynamics (self ):
53
53
"""
54
54
Pretty print the dynamic parameters (Robot superclass)
55
55
56
- The dynamic parameters are printed in a table, with one row per link.
56
+ The dynamic parameters (inertial and friction) are printed in a table,
57
+ with one row per link.
57
58
58
59
Example:
59
60
@@ -78,9 +79,9 @@ def dyntable(self):
78
79
table .row (link .name , * link ._dyn2list ())
79
80
print (table )
80
81
81
- def printdyn (self ):
82
+ def dynamics_list (self ):
82
83
"""
83
- Print dynamic parameters
84
+ Print dynamic parameters (Robot superclass)
84
85
85
86
Display the kinematic and dynamic parameters to the console in
86
87
reable format
You can’t perform that action at this time.
0 commit comments