worldState property
Avoid obstacles by specifying their geometries in the world state Augment the frame system of the robot by specifying additional transforms to add to it for the duration of the Move
Implementation
@$pb.TagNumber(4)
$14.WorldState get worldState => $_getN(3);
Implementation
@$pb.TagNumber(4)
set worldState($14.WorldState v) { setField(4, v); }