Read a single runtime parameter from a robot.
The path is a dotted string like "motion.max_speed".
A parameter declared with a unit type reports its value as an object
carrying the magnitude and the unit name, e.g.
{"value": -12.5, "unit": "degree"}. That object is exactly what
set_parameter accepts for the same parameter.