mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Add default reflective pipeline (#35)
This commit is contained in:
@@ -55,7 +55,9 @@ public class PipelineManager {
|
||||
* @param userPipelines Pipelines to add to the manager.
|
||||
*/
|
||||
public PipelineManager(List<CVPipelineSettings> userPipelines) {
|
||||
this.userPipelineSettings = userPipelines;
|
||||
this.userPipelineSettings = new ArrayList<>(userPipelines);
|
||||
|
||||
if (userPipelines.size() < 1) addPipeline(PipelineType.Reflective);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user