replanHistory property

  1. @TagNumber(2)
List<PlanWithStatus> get replanHistory

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);