replanHistory property
Returns the history of all previous plans that were generated in ascending order. This field will be empty if the motion service did not need to re-plan.
Implementation
@$pb.TagNumber(2)
$core.List<PlanWithStatus> get replanHistory => $_getList(1);