CMU-CREATE-Lab / flutter-app-android

5 stars 3 forks source link

A relation-set buzzer always displays 2 icons on the Robots page. #248

Open tasota opened 6 years ago

tasota commented 6 years ago

This was brought up during work in #238. With the mute/unmute toggle, this seems like more information than we need, but with only 1 icon we may also miss out on sensor info. Not sure how to best tackle this. @jenncross thoughts?

jenncross commented 6 years ago

The buzzer relationship always has two "links" because it has two properties pitch and volume (unlike servos and LEDs which each only has one property: position and color respectively).

So, at least for now, we do want to continue to show both the pitch and volume relationships, especially in the more advanced use case where both pitch and volume are set to link to different sensors.

Though I agree it is a bit confusing that when you create a link for volume you also receive an automatic link for pitch. Maybe once Wizards is implemented, we could see if there is a better model that will make more sense.

Let's wait until we see what we decide to do for that Buzzer Wizard.

Blocked by #237