pietroglyph / ftc265

An Intel RealSense T265 driver for Android
GNU Lesser General Public License v3.0
32 stars 21 forks source link

Error with ftc265 #9

Open LeroyFriesenhahn opened 3 years ago

LeroyFriesenhahn commented 3 years ago

After downloading and importing the project into android studio I am receiving this error message. Failed to resolve: com.spartronics4915:lib:ftc265:2.1.4

Saw your previous reply on the issue.
Reinstalled Android Studio and the project. Unable to solve the issue. Any thoughts?

Thanks

pietroglyph commented 3 years ago

It looks like you're specifying the dependency as com.spartronics4915:lib:ftc265:2.1.4 instead of com.spartronics4915.lib:ftc265:2.1.4 (it should be a period instead of a colon before lib.)

LeroyFriesenhahn commented 3 years ago

I have been working using the ftc265 and continue to run into this problem.

If I run the program more than once, I get the following error:

Attempt to get last received update before any updates have been received; are you using the wrong T265Camera::start overload, or is the camera not initialized yet or busy?

I am using slamra.start() with no parameter. The first time I run the program after uploading it to the control hub it works correctly. The second time it show 0 for the coordinates and the error message.

I tried to log on to the discourse server but it will not let me.

Any advice would be appreciated

Thanks

Leroy Friesenhahn

From: Declan Freeman-Gleason [mailto:notifications@github.com] Sent: Tuesday, January 19, 2021 12:12 AM To: pietroglyph/ftc265 Cc: Leroy Friesenhahn; Author Subject: Re: [pietroglyph/ftc265] Error with ftc265 (#9)

It looks like you're specifying the dependency as com.spartronics4915:lib:ftc265:2.1.4 instead of com.spartronics4915.lib:ftc265:2.1.4.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_pietroglyph_ftc265_issues_9-23issuecomment-2D762624713&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=kvjwRX0u0RsFUsL7FLS13nVazXk1lJY7h8jRwKORc9I&m=iPhKTTGjfBf6gQ6VnIailsi4lJzsTeR6kiNJkHlHHUc&s=KuMINFRqC9A0tKQ7Q7BcD7ORbHMjyle_-FLOvIKhszg&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AI4NZMQNYPP7DHPWLXHTVPDS2UPERANCNFSM4WIHRW3A&d=DwMCaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=kvjwRX0u0RsFUsL7FLS13nVazXk1lJY7h8jRwKORc9I&m=iPhKTTGjfBf6gQ6VnIailsi4lJzsTeR6kiNJkHlHHUc&s=p_wsHRWG9YSM0GCLTE4GWv4WrbHKheWLQfJddTso94Y&e=.

sandsrobotics commented 2 years ago

I have the same problem with restart. Did you find any solution?