thully
thully
I'm on iOS 4.1 on my iPhone 4, and I'm seeing the same issues as have been reported here. I can't use the SOCKS proxy at all, and restarting iProxy...
I found it works (using Python 2) if I do "sudo -H pip install -e ." in the directory containing the source. However, if I leave out the -e, I...
I forked the project and added support for tracklets using parseTrackletXML. For the tracklet data message I used the Marker message type, and a MarkerArray to contain all the markers...
The pykitti tracklet class seems to be designed to read a different set of tracking data, not the tracklet xml that parseTrackletXML does.
One thing that could be added to the doc is - how do I include this in my project? I tried building it and dragging the .framework over to another...