-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 11 support ? #1
Comments
@jhjulkun did You make any progress on getting this to run on xcode 11? |
No, the Placenote SDK for iOS has build issues for Xcode11/iOS13, but the Placenote team is working to resolve it: However, if you just want to use an iOS13 device, install the device support files for it: |
@jhjulkun Thanks for the response |
An all native ARKit solution would be nice! |
@jhjulkun ok Will try reconfiguring the application for peer-to-peer map sharing using a ARKit only should be possible. additionally I will add Voxel mapping and anonymous navigation for my bachelor's thesis so going to be a pretty fun project overall. |
Excellent! In the meantime, Placenote just released 1.8 so I'll try updating to that when I have time. |
Hey, |
Yes, you can find Romotive robots on eBay, however I'm currently using another tank type chassis for my robot: https://www.amazon.com/gp/product/B07BHFM9PJ/ref=ppx_yo_dt_b_asin_title_o09_s03?ie=UTF8&psc=1 Plus an esp32 arduino that talk BLE to iOS. I should however be able to modify the Romo SDK to talk to my rover, but for the long run, maybe make it easier to talk to any sort of rover ? (maybe add a simple abstraction layer with easily modifiable drive commands ?) I did order a Romotive robot, but will not be able to pick it up until Christmas. |
Cool, I'd be interested to see your final setup and what it costs. Seems like there should be a cheap open source solution for this since it's not terribly complicated. |
Not a bad idea. Once I get something working I'll setup something on github. |
Yes I managed to get a hold of a Romotive robot. pretty cool SDK |
Hi
So after spending some time looking over the WWDC videos for ARKit I then googled ARKit for robotics and this was the top result!
Seems like a very promising start!
However, Xcode 11 now uses the Swift5 compiler, and apparently the PlaceNoteSDK is in Swift4
As a workaround you can install Xcode 9.4.1 and the repository compiles/runs, but since I don't have the Romotive robot I'm working on somehow using the the same RMCore but with my robotics.
Any case, I'll keep chipping away and see if I can get something working, but if you guys have some time to test with the latest Xcode that would be great.
Thanks
The text was updated successfully, but these errors were encountered: