Extend end of part 1 trajectory so car crosses finish line

- Increase the number of steps in last sector so the
  car actually crosses the finish line and registers
  a "t_finished" in the getTrajectoryInfo output
This commit is contained in:
Sravan Balaji
2021-12-08 11:26:43 -05:00
parent 4ea4a830de
commit f7b9eb687c
2 changed files with 1 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ F_x_vals(segment_num) = -4400;
% Segment 22
segment_num = 22;
num_pts(segment_num) = 9e2;
num_pts(segment_num) = 9.5e2;
delta_vals(segment_num) = 0.0;
F_x_vals(segment_num) = 5000;