Skip to content

Commit

Permalink
allowing lift of 3 legs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 4, 2017
1 parent 7c3beaf commit 8c8465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stompy_ros/python/stompy_ros/head/restriction.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self):
foot.last_restriction = None
foot.restriction = None
self.feet[foot_name] = foot
self.n_up_max = 1 # set to 3 for tripod, 1 for crawl
self.n_up_max = 3 # set to 3 for tripod, 1 for crawl
#self.restriction_threshold = 0.05
self.restriction_threshold = 0.15
self.max_restriction = 0.95
Expand Down

0 comments on commit 8c8465f

Please sign in to comment.