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

Revision history [back]

This looks like a bug with how std_msgs/msg/_Char.py is generated. Indeed, _x is never defined, whereas in std_msgs/msg/_.py, it is defined in the serialize function. I would suggest submitting a bug report against ros_comm.

This looks like a bug with how std_msgs/msg/_Char.py is generated. Indeed, _x is never defined, whereas in std_msgs/msg/_.pystd_msgs/msg/String_.py, it is defined in the serialize function. I would suggest submitting a bug report against ros_comm.

This looks like a bug with how std_msgs/msg/_Char.py is generated. Indeed, _x is never defined, whereas in std_msgs/msg/String_.pystd_msgs/msg/_String.py, it is defined in the serialize function. I would suggest submitting a bug report against ros_comm.