Skip to content

Commit

Permalink
[sample/SampleRobot/samplerobot_auto_balancer.py] add debug message t…
Browse files Browse the repository at this point in the history
…o demoAutoBalancerSetParam
  • Loading branch information
eisoku9618 committed Aug 30, 2015
1 parent c94cac5 commit 37855f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/SampleRobot/samplerobot_auto_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def demoAutoBalancerSetParam():
flag = (ret[0] and ret[1].default_zmp_offsets == abcp.default_zmp_offsets)
if flag:
print >> sys.stderr, " setAutoBalancerParam() => OK"
assert (flag)
assert (flag), (ret[0], ret[1].default_zmp_offsets, abcp.default_zmp_offsets)
abcp.default_zmp_offsets = [[0,0,0], [0,0,0]]
hcf.abc_svc.setAutoBalancerParam(abcp)

Expand Down

0 comments on commit 37855f3

Please sign in to comment.