iRobotEducation / irobot_create_msgs

Action, message and service definitions used by the iRobot® Create® Platform
BSD 3-Clause "New" or "Revised" License
30 stars 8 forks source link

Add message to play audio note #4

Closed jdorich14 closed 2 years ago

justinIRBT commented 2 years ago

Did we want an AudioNoteSequence message as well that is a vector of AudioNote? Assuming we go that route, should the append flag be in the AudioNoteSequence instead of AudioNote, we would probably also want to move the header to the Sequence as well. See IrIntensityVector as an example. In the IrIntensity case, those sub messages have a header because they all come from different frames at different timestamps, this case would be more like LedColor, where the sub message doesn't have header information, but the Sequence does