RobotActionProposals

io.github.srs.controller.protocol.Event.RobotActionProposals
final case class RobotActionProposals(proposals: List[RobotProposal])

Event representing a proposal for robot actions.

Value parameters

proposals

the list of RobotProposal to be processed.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product