ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

handle infinity in python generation, fixes #71 #77

Closed mikaelarguedas closed 7 years ago

mikaelarguedas commented 7 years ago

This replaces every occurrence of std::numeric_limits<double>::infinity() in the configuration dictionary before dumping it in the python generated file. Fixes #71.

mikaelarguedas commented 7 years ago

@ros/ros_team Can you have a look at this when you have time? It's working as expected but I'm wondering if this could be cleaner. Thanks!