refactored sensing objective into domain, random inits
This commit is contained in:
@@ -16,7 +16,7 @@ function [obj, f] = plot(obj)
|
||||
end
|
||||
|
||||
% Plot objective gradient
|
||||
f = obj.objective.plot(obj.objectivePlotIndices, f);
|
||||
f = obj.domain.objective.plot(obj.objectivePlotIndices, f);
|
||||
|
||||
% Plot agents and their collision geometries
|
||||
for ii = 1:size(obj.agents, 1)
|
||||
|
||||
Reference in New Issue
Block a user