We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0967 commit 44e76fcCopy full SHA for 44e76fc
tesseract_common/src/property_tree.cpp
@@ -3,10 +3,10 @@
3
#include <tesseract_common/yaml_extenstions.h>
4
#include <Eigen/Geometry>
5
6
-const static std::string ATTRIBUTES_KEY{ "attributes" };
7
-const static std::string VALUE_KEY{ "value" };
8
-const static std::string FOLLOW_KEY{ "follow" };
+const static std::string ATTRIBUTES_KEY{ "_attributes" };
+const static std::string VALUE_KEY{ "_value" };
9
const static std::string EXTRA_KEY{ "_extra" };
+const static std::string FOLLOW_KEY{ "follow" };
10
11
namespace tesseract_common
12
{
0 commit comments