Skip to content

Commit c889f31

Browse files
Updated Digital IO for Msg Sync
1 parent 0eadd59 commit c889f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/digital_io_blink.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import baxter_interface.digital_io as DIO
3535

3636

37-
def test_interface(io_component='left_itb_light_outer'):
37+
def test_interface(io_component='left_outer_light'):
3838
"""Blinks a Digital Output on then off."""
3939
rospy.loginfo("Blinking Digital Output: %s", io_component)
4040
b = DIO.DigitalIO(io_component)
@@ -83,9 +83,9 @@ def main():
8383
epilog=epilog)
8484
parser.add_argument(
8585
'-c', '--component', dest='component_id',
86-
default='left_itb_light_outer',
86+
default='left_outer_light',
8787
help=('name of Digital IO component to use'
88-
' (default: left_itb_light_outer)')
88+
' (default: left_outer_light)')
8989
)
9090
args = parser.parse_args(rospy.myargv()[1:])
9191

0 commit comments

Comments
 (0)