Skip to content

Commit 66f7b00

Browse files
committed
remove qlim, done by base class
1 parent 78dd768 commit 66f7b00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roboticstoolbox/robot/ERobot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,14 @@ def recurse(link, indent=0):
355355

356356
recurse(self.base_link)
357357

358-
@property
359-
def qlim(self):
360-
return self._qlim
358+
# @property
359+
# def qlim(self):
360+
# return self._qlim
361361

362-
@property
363-
def valid_qlim(self):
362+
# @property
363+
# def valid_qlim(self):
364364

365-
return self._valid_qlim
365+
# return self._valid_qlim
366366

367367
# --------------------------------------------------------------------- #
368368

0 commit comments

Comments
 (0)