Skip to content

Commit

Permalink
adding pwm change control (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiablanco authored Mar 30, 2022
1 parent 8b11786 commit 7de55b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def __init__(self, context):
# hide teach mode if arm...
if 'ra_' in self._controller_groups:
self._widget.rh_teach.hide()
self._widget.rh_pwm.hide()

if 'lh_' not in self._controller_groups:
self._widget.lh_group.setDisabled(True)
Expand Down Expand Up @@ -132,7 +131,6 @@ def __init__(self, context):
# hide teach mode if arm...
if 'la_' in self._controller_groups:
self._widget.lh_teach.hide()
self._widget.lh_pwm.hide()

# TODO: add buttons when more controller modes are available for arms.
self._widget.ra_group.hide()
Expand Down

0 comments on commit 7de55b3

Please sign in to comment.