mirror of
https://github.com/ROB-535-F21-Team-3/Control-Project.git
synced 2025-08-21 10:02:46 +00:00
More outputs / debugging info
- Decrease `sim_stop_idx` to 1500 - Add some debugging messages for when simulation hits limit or when `fmincon` can't satisfy constraints - Add more `fmincon` outputs for future debugging - Add obstacle information to `getTrajectoryInfo` call in `part2_test_controller.m` to see when car crashes
This commit is contained in:
@@ -5,7 +5,7 @@ clc;
|
||||
|
||||
%% Call simulation functions
|
||||
[Y,U,t_total,t_update,Xobs] = forwardIntegrate();
|
||||
info = getTrajectoryInfo(Y,U)
|
||||
info = getTrajectoryInfo(Y,U,Xobs)
|
||||
|
||||
%% Figures
|
||||
% Plot segmented trajectory for debugging purposes
|
||||
|
Reference in New Issue
Block a user