Skip to content

Commit bc38d42

Browse files
committed
track changes to ETS
1 parent 67c9704 commit bc38d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/robot/ELink.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def isprismatic(self):
163163
:return: True if is prismatic
164164
:rtype: bool
165165
"""
166-
return self.isjoint and self.v.isprismatic
166+
return self.isjoint and self.v.istranslation
167167

168168
@property
169169
def isrevolute(self):
@@ -172,7 +172,7 @@ def isrevolute(self):
172172
:return: True if is revolute
173173
:rtype: bool
174174
"""
175-
return self.isjoint and self.v.isrevolute
175+
return self.isjoint and self.v.isrotation
176176

177177
# @property
178178
# def ets(self):

0 commit comments

Comments
 (0)