@@ -1890,13 +1890,13 @@ def x2tr(x, representation="rpy/xyz"):
1890
1890
return base .rt2tr (R , t )
1891
1891
1892
1892
1893
- def rot2jac (R , representation = "rpy- xyz" ):
1893
+ def rot2jac (R , representation = "rpy/ xyz" ):
1894
1894
"""
1895
1895
Velocity transform for analytical Jacobian
1896
1896
1897
1897
:param R: SO(3) rotation matrix
1898
1898
:type R: ndarray(3,3)
1899
- :param representation: defaults to 'rpy- xyz'
1899
+ :param representation: defaults to 'rpy/ xyz'
1900
1900
:type representation: str, optional
1901
1901
:return: Jacobian matrix
1902
1902
:rtype: ndarray(6,6)
@@ -1956,7 +1956,7 @@ def angvelxform(𝚪, inverse=False, full=True, representation="rpy/xyz"):
1956
1956
1957
1957
:param 𝚪: angular representation
1958
1958
:type 𝚪: ndarray(3)
1959
- :param representation: defaults to 'rpy- xyz'
1959
+ :param representation: defaults to 'rpy/ xyz'
1960
1960
:type representation: str, optional
1961
1961
:param inverse: compute mapping from analytical rates to angular velocity
1962
1962
:type inverse: bool
@@ -2102,13 +2102,13 @@ def angvelxform(𝚪, inverse=False, full=True, representation="rpy/xyz"):
2102
2102
2103
2103
def angvelxform_dot (𝚪 , 𝚪d , full = True , representation = "rpy/xyz" ):
2104
2104
"""
2105
- Angular acceleratipn transformation
2105
+ Angular acceleration transformation
2106
2106
2107
2107
:param 𝚪: angular representation
2108
2108
:type 𝚪: ndarray(3)
2109
2109
:param 𝚪d: angular representation rate
2110
2110
:type 𝚪d: ndarray(3)
2111
- :param representation: defaults to 'rpy- xyz'
2111
+ :param representation: defaults to 'rpy/ xyz'
2112
2112
:type representation: str, optional
2113
2113
:param full: return 6x6 transform for spatial velocity
2114
2114
:type full: bool
0 commit comments