Skip to content

Commit 42c826b

Browse files
committed
Update slider angle defaults
1 parent fc31817 commit 42c826b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/backends/VPython/canvas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def add_robot(self, robot):
210210
string = "{:.2f} rad ({:.2f} deg)".format(
211211
joint.theta, degrees(joint.theta))
212212
self.__teachpanel[self.__selected_robot][i] = [
213-
radians(-180), radians(180),
213+
radians(0), radians(360),
214214
joint.theta, wtext(text=string)]
215215
# If joint limits are equal (effectively no rotation)
216216
elif joint.qlim[0] == joint.qlim[1]:

0 commit comments

Comments
 (0)