onDispose property
A list of commands that disables the subsystem.
For example, after driving this should set the speed to 0.
Implementation
Iterable<Message> get onDispose;
A list of commands that disables the subsystem.
For example, after driving this should set the speed to 0.
Iterable<Message> get onDispose;