wesgood

Results 17 comments of wesgood

Yes, I believe I corrected those during the last update

I was able to update to 8.0.2 but it is crashing on assigning the datasource so I haven't confirmed if it has the same issue. Here are the functions you're...

That's going to be a little trickier as my calendar is embedded inside another view on the controller. The container is populated from the NIB and the code below is...

Thank you for taking an interest in this. One of the other developers on our project looked into it more closely and found that if we call selectDates() and scrollToDate()...

I can add this message to the library but for now feel free to create a custom message for your specific project. There is a Python script in the repo...

I haven't tested the CompressedImage message specifically (I'm mainly tied to the turtlesim) but I noticed the format of the nested message types is different than the messages in the...

You should be able to use breakpoints inside the pod to see what is happening. Perhaps the incoming data doesn't match what is expected. If you can nail down where...

Hmm, it looks to be more of a base64 encoded string, which would make sense for an image, but none of the decoders I've seen are able to do anything...

Hello! Since the original comment I have learned a little more about the rosbridge array/decoding process and I'd like to look into this more. My problem is that I'm not...

In my current robot project I worked out how to receive and load an array of Ints (rosbridge base64 encodes arrays, like you pointed out) so I can try to...