XmlRpc in ROS2
A package I'm working on converting to Ros2 uses XmlRpc to take a bunch of servo parameters from a global YAML file and makes it easy to get parameters i need. I'm currently looking at over 32 servos with eight parameters each. I would like to know if there are plans for this to be implemented in Ros2 or if there is another option that would allow me to do the same thing?
did you figure out?