mirror of
https://github.com/ROB-535-F21-Team-3/Control-Project.git
synced 2025-08-19 09:12:45 +00:00
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:
Binary file not shown.
@@ -162,7 +162,7 @@ F_x_vals(segment_num) = -4400;
|
|||||||
|
|
||||||
% Segment 22
|
% Segment 22
|
||||||
segment_num = 22;
|
segment_num = 22;
|
||||||
num_pts(segment_num) = 9e2;
|
num_pts(segment_num) = 9.5e2;
|
||||||
delta_vals(segment_num) = 0.0;
|
delta_vals(segment_num) = 0.0;
|
||||||
F_x_vals(segment_num) = 5000;
|
F_x_vals(segment_num) = 5000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user