Skip to content
Snippets Groups Projects

[fix] Allow applying a property to a proxy of the same group in LoadLidarState

Merged MelanieCarriere requested to merge allowApplyPropertyToTheProxyGroup into master
All threads resolved!
@@ -72,7 +72,7 @@ void lqLoadLidarStateReaction::onTriggered()
std::vector<propertyInfo> propertyInfo;
try
{
this->ParseJsonContent(contents, "", propertyInfo);
this->ParseJsonContent(contents, "",propertyInfo);
}
catch(std::exception e)
{
@@ -123,7 +123,7 @@ void lqLoadLidarStateReaction::onTriggered()
//-----------------------------------------------------------------------------
void lqLoadLidarStateReaction::ParseJsonContent(Json::Value contents, std::string ObjectName,
std::vector<propertyInfo>& propertiesInfo)
std::vector<propertyInfo>& propertiesInfo)
{
for(auto it = contents.begin(); it != contents.end(); it++)
{
Loading