ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You are setting the frame_id to NULL. I guess that rosserial then cannot serialize it as a string. Try setting frame_id to a valid tf frame or at least to "".
Please note that the quaternion you are publishing is actually not a valid rotation. You should set the w value to 1.0.