-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Morph #22
base: master
Are you sure you want to change the base?
Morph #22
Conversation
% Reserve the trajectory | ||
%timerVal = tic; | ||
[ok, res_ids, res_toa_s] = ... | ||
obj.lbsd.reserveLBSDTrajectory(lane_ids, uas_i.id, toa_s, ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nicolawern I think this code is still calling my reservation method, should it be commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still using your reservations which through all my tests produced the same result - I ran out of time to modify the reservations struct Tom uses to overwrite yours so I was just using a check to verify they were the same. Happy to work on this now
@Sim/initializeUASTrajTch.m
Outdated
end | ||
% Generate a random request time | ||
|
||
%I dont think request time is possible in rogue - this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh right
%todo will flight plan be empty if can't be scheduled? | ||
%when I was running Tom's code it would throw and error and | ||
%break | ||
if ~isempty(flight_plan) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally all this stuff would be in the LBSD class so we can call reserveLBSDTrajectoryTch (or something like that) and it will have the same signature as reserveLBSDTrajectory
adding rogue deconfliction