Could someone explain how ROS's rosparam command converts input and output values?
Specifically, I am surprised by the following set of commands caused by leading zeros:
$ rosparam set mytest 00111
$ rosparam get mytest
73
This isn't the conversion from binary, so what is happening here?