personalrobotics / ada_feeding

Robot-assisted feeding demos and projects for the ADA robot
4 stars 4 forks source link

Determine amixer card num programatically #188

Closed amalnanavati closed 2 months ago

amalnanavati commented 2 months ago

Description

Although #187 had users input a device-specific amixer_card_num as a parameter, that card number can change when the computer is restarted. Hence, this PR has the code programmatically determine it instead.

Testing procedure

Before opening a pull request

Before Merging