From 0caf054dfb507967270bb7dbc09aac0f4fea84eb Mon Sep 17 00:00:00 2001 From: krishauser Date: Mon, 8 Feb 2016 18:38:42 -0500 Subject: [PATCH] Better documentation comment --- common/Testing/widget_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Testing/widget_control.py b/common/Testing/widget_control.py index f692765..d141dcb 100644 --- a/common/Testing/widget_control.py +++ b/common/Testing/widget_control.py @@ -42,7 +42,7 @@ def display(self): #the current example draws the sensed robot in grey and the #commanded configurations in transparent green - #this line with draw the world + #this line will draw the robot's sensed configuration in the world robot = motion.robot q = robot.getKlamptSensedPosition() self.world.robot(0).setConfig(q)