pygazebo
pygazebo copied to clipboard
How to access data in Response?
Does someone know how to access all the data in the "pygazebo.msg.response_pb2", is because when accessing the
response = pygazebo.msg.response_pb2.Response.FromString(data) print "serialized_data Data ==>", response.serialized_data.name
It return nothing and when using "response.serialized_data" the data is not correctly formatted.
@RDaneelOlivav have you been able to get this library to work at all? I'm not having any luck.
Its ages since I stopped using it. I don't even remmember what we got working I'm afraid :(. If I remmember something I'll let you know ;).
haha yea figured it was a long shot but havnt been able to get any of it working, project seems more or less abandoned