Skip to content

Commit

Permalink
combine kuka iiwa signal plots into a single plot
Browse files Browse the repository at this point in the history
  • Loading branch information
patmarion committed Feb 14, 2017
1 parent 1cb722f commit 7b3f747
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions drake/examples/kuka_iiwa_arm/kuka_iiwa_signal_scope.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import numpy
import colorsys


addPlot(timeWindow=15, yLimits=[-3.14, 3.14])
addSignals('IIWA_STATUS', msg.utime, msg.joint_position_measured, range(7))
addSignals('IIWA_STATUS', msg.utime, msg.joint_position_commanded, range(7))


addPlot(timeWindow=15, yLimits=[-3.14, 3.14])
addSignals('IIWA_COMMAND', msg.utime, msg.joint_position, range(7))
addSignals('IIWA_STATUS', msg.utime, msg.joint_position_commanded, range(7))

0 comments on commit 7b3f747

Please sign in to comment.