18 #include <XmlRpcValue.h>
34 ::ros::NodeHandle
nh_;
45 if (node_stack_[depth].isArray())
47 return (getRawNode(depth - 1)[node_stack_[depth].index_]);
49 return (*node_stack_[depth].node_);
55 return (getRawNode(node_stack_.size() - 1));
XmlRpc::XmlRpcValue & getRawNode()
XmlRpc::XmlRpcValue root_value_
XmlRpc::XmlRpcValue & getRawNode(const std::size_t depth)
Get current node.