40 "Gives information of KinectAndCameraCalibration process.");
45 "calibrationFinished",
47 "Is 1 when the calibration successfully finished, -1 if the calibration failed.");
56 ARMARX_IMPORTANT <<
"Calibration between the kinect and camera successfully finished.";
57 setDataField(
"calibrationResult",
"calibrationFinished", 1);
62 setDataField(
"calibrationResult",
"calibrationFinished", -1);
Checks if the numbers published in the relevant data fields equal a reference value.
void usingTopic(const std::string &name, bool orderedPublishing=false)
Registers a proxy for subscription after initialization.
void offerChannel(std::string channelName, std::string description)
Offer a channel.
void offerConditionCheck(std::string checkName, ConditionCheck *conditionCheck)
Offer a condition check.
void updateChannel(const std::string &channelName, const std::set< std::string > &updatedDatafields=std::set< std::string >())
Update all conditions for a channel.
void offerDataFieldWithDefault(std::string channelName, std::string datafieldName, const Variant &defaultValue, std::string description)
Offer a datafield with default value.
void setDataField(const std::string &channelName, const std::string &datafieldName, const Variant &value, bool triggerFilterUpdate=true)
set datafield with datafieldName and in channel channelName
The Variant class is described here: Variants.
void onConnectObserver() override
Framework hook.
void onInitObserver() override
Framework hook.
void reportCalibrationFinished(bool result, const Ice::Current &) override
#define ARMARX_IMPORTANT
The logging level for always important information, but expected behaviour (in contrast to ARMARX_WAR...