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

Revision history [back]

click to hide/show revision 1
initial version

I found a similar question and the (simple) solution The JSON file is encoded with "Base64" so all I needed is a line like

msg.data = msg.data.decode('Base64')

and then everything is fine.