ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This sounds like an internationalization problem. If you open a Python console, and type float('0.08')
and float('0,08')
I imagine the latter will work.