Go to the documentation of this file. 1 #ifndef ConscienceCommandVisionDetect_h
2 #define ConscienceCommandVisionDetect_h
20 const vector<ptr<const CscAlertIdentificationConfig>>
alerts;
21 const vector<CscDetectionStatsType>
stats;
28 const bool locateInSimulator =
true;
39 string toString()
const;
41 bool willTurnOffDetection()
const;
46 return entityReflexion;
Definition: CscEntityReflexion.h:33
Definition: CommandVisionDetect.h:32
#define CSC_DLL_IMPORTEXPORT
Definition: os.h:31
Definition: ConscienceVisionDetectorRepository.cpp:30
string CommandTypeId
Definition: Command.h:29
Definition: CscEntityReflexion.h:140
map< string, string > additionalParams
Definition: CommandVisionDetect.h:29
Definition: cartographyCommands.cpp:4
const vector< ptr< const CscAlertIdentificationConfig > > alerts
Definition: CommandVisionDetect.h:20
#define COMMAND_REGISTER(COMMAND_REGISTER_className,...)
Definition: CscCommandAutoParse.h:467
const vector< CscDetectionStatsType > stats
Definition: CommandVisionDetect.h:21
Definition: CommandExecutionResult.h:44
const bool shouldFocusDetections
Definition: CommandVisionDetect.h:22
Definition: CscEnvironmentSimulator.h:35
optional< CommandVisionDetectNotificationParams > notificationParams
Definition: CommandVisionDetect.h:23
Definition: CommandVisionDetect.h:18
std::shared_ptr< T > ptr
Definition: CscCommon.h:29
const vector< ConscienceDetectorType > detectors
Definition: CommandVisionDetect.h:19
ptr< CscEntityReflexion > getEntityReflexion() const override
Definition: CommandVisionDetect.h:45