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 fc31817 commit 42c826bCopy full SHA for 42c826b
roboticstoolbox/backends/VPython/canvas.py
@@ -210,7 +210,7 @@ def add_robot(self, robot):
210
string = "{:.2f} rad ({:.2f} deg)".format(
211
joint.theta, degrees(joint.theta))
212
self.__teachpanel[self.__selected_robot][i] = [
213
- radians(-180), radians(180),
+ radians(0), radians(360),
214
joint.theta, wtext(text=string)]
215
# If joint limits are equal (effectively no rotation)
216
elif joint.qlim[0] == joint.qlim[1]:
0 commit comments