#include <CommandLidarLocalizationControl.h>
Public Member Functions | |
| CommandLidarLocalizationControl (ptr< CscEntityReflexion > entityReflexion, const vector< string > ¶ms, LocalizationRequestType requestType, optional< ptr< CscPoint3d >> initialPosition={}, optional< double > initialHeadingInRad={}) | |
| ~CommandLidarLocalizationControl () | |
| const LocalizationRequestType | getLocalizationRequestType () const |
| ptr< CscEntityReflexion > | getEntityReflexion () const override |
Public Member Functions inherited from conscience_core::bridging::commands::CscCommand | |
| const CscCommandExecutionResult * | _execute (CscEnvironmentSimulator &environmentSimulator) |
| template<class TResult = CscCommandExecutionResult> | |
| const TResult * | execute (CscEnvironmentSimulator &environmentSimulator) |
| const CommandTypeId & | getTypeId () const |
| virtual | ~CscCommand () |
| void | setOriginalCommandString (string command) |
Static Public Attributes | |
| static const CommandTypeId | COMMAND_ID = "LIDAR_LOCALIZATION_CONTROL" |
Protected Member Functions | |
| const CscCommandExecutionResultNone * | doExecute (CscEnvironmentSimulator &environmentSimulator) override |
Protected Member Functions inherited from conscience_core::bridging::commands::CscCommand | |
| CscCommand (const CommandTypeId &typeId) | |
| const CscCommandExecutionResultNone * | resultNone () |
| const CscCommandExecutionResultSequence * | resultSequence (CscSequence *sequence, const string &entitySerialNumber, bool doNotPlay=false) |
| const CscCommandExecutionResultFile * | resultFile (const fs::path &resultingFilePath) |
| template<class TResult > | |
| const CscCommandExecutionResultObject< TResult > * | resultObject (TResult *result) |
| const CscWorldElementId | getEntityId () const |
Protected Attributes | |
| ptr< CscEntityReflexion > | entityReflexion |
Protected Attributes inherited from conscience_core::bridging::commands::CscCommand | |
| const CommandTypeId | typeId |
| optional< string > | originalCommandString = {} |
Additional Inherited Members | |
Public Types inherited from conscience_core::bridging::commands::CscCommand | |
| typedef function< void(CscCommand *command)> | CommandExecutedListener |
Static Public Member Functions inherited from conscience_core::bridging::commands::CscCommand | |
| static void | addCommandExecutedListener (CommandExecutedListener listener) |
| conscience_core::bridging::commands::CommandLidarLocalizationControl::CommandLidarLocalizationControl | ( | ptr< CscEntityReflexion > | entityReflexion, |
| const vector< string > & | params, | ||
| LocalizationRequestType | requestType, | ||
| optional< ptr< CscPoint3d >> | initialPosition = {}, |
||
| optional< double > | initialHeadingInRad = {} |
||
| ) |
| conscience_core::bridging::commands::CommandLidarLocalizationControl::~CommandLidarLocalizationControl | ( | ) |
|
overrideprotectedvirtual |
Implements conscience_core::bridging::commands::CscCommand.
|
inlineoverridevirtual |
return entity reflexion if this command applies on an entityReflexion, otherwise return nullptr
Implements conscience_core::bridging::commands::CscCommand.
| const LocalizationRequestType conscience_core::bridging::commands::CommandLidarLocalizationControl::getLocalizationRequestType | ( | ) | const |
|
inlinestatic |
|
protected |