ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

glennib's profile - activity

2020-06-10 09:42:11 -0500 commented question Using NaN constants in message/service definitions

Thanks. I created a new issue at genpy where I think it's more appropriate: https://github.com/ros/genpy/issues/126.

2020-06-10 06:22:17 -0500 commented question Using NaN constants in message/service definitions

I don't think YAML is used as the language for message definitions, however it is used when generating messages with ros

2020-06-10 04:59:48 -0500 commented question Using NaN constants in message/service definitions

The code generation should either alias "nan" with float('nan'): "nan = float('nan')" or use "float('nan')" in place of

2019-01-11 08:59:15 -0500 received badge  Supporter (source)