Skip to content

Commit

Permalink
Better documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krishauser committed Feb 8, 2016
1 parent 6a2ff86 commit 0caf054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Testing/widget_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0caf054

Please sign in to comment.