|
Re: Splitting RobotDriveDevRef into separate motor references.
Motors[] is an array, not a cluster, so you can't unbundle it. You can use the "Array to Cluster" tool to turn it into a cluster that can then be unbundled, or you can use other array tools to select specific items from the array directly.
|