We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c9704 commit bc38d42Copy full SHA for bc38d42
roboticstoolbox/robot/ELink.py
@@ -163,7 +163,7 @@ def isprismatic(self):
163
:return: True if is prismatic
164
:rtype: bool
165
"""
166
- return self.isjoint and self.v.isprismatic
+ return self.isjoint and self.v.istranslation
167
168
@property
169
def isrevolute(self):
@@ -172,7 +172,7 @@ def isrevolute(self):
172
:return: True if is revolute
173
174
175
- return self.isjoint and self.v.isrevolute
+ return self.isjoint and self.v.isrotation
176
177
# @property
178
# def ets(self):
0 commit comments