mirror of
https://github.com/ROB-535-F21-Team-3/Control-Project.git
synced 2025-08-15 07:18:32 +00:00
Simulation Stop Index & Obstacle Plotting
- Add parameter to stop simulation when specified index in reference trajectory is reached - Modify `forwardIntegrate` to return `Xobs` for plotting - Plot obstacles in part2 testing figure - Change some line plotting styles for clarity
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function [Y,U,t_total,t_update] = forwardIntegrate()
|
||||
function [Y,U,t_total,t_update,Xobs] = forwardIntegrate()
|
||||
% [Y,U,t_total,t_update] = forwardIntegrate
|
||||
%
|
||||
% This script returns the vehicle trajectory with control input being
|
||||
|
Reference in New Issue
Block a user