Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Morph #22

wants to merge 12 commits into from

Conversation

nicolawern
Copy link
Collaborator

adding rogue deconfliction

% Reserve the trajectory
%timerVal = tic;
[ok, res_ids, res_toa_s] = ...
obj.lbsd.reserveLBSDTrajectory(lane_ids, uas_i.id, toa_s, ...
Copy link
Owner

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?

Copy link
Collaborator Author

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

end
% Generate a random request time

%I dont think request time is possible in rogue - this
Copy link
Owner

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)
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants