-
Notifications
You must be signed in to change notification settings - Fork 4
Support android modules #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
Conversation
edaniels
commented
Feb 19, 2024
- Add RobotClient
- Add Registry
- Add ResourceManager
- Add Server
- Add Gripper and Generic (mostly for testing)
|
Working my way through this but a question about structure: why is there a Is it because that these are the classes that must use different resources depending on whether it is Android or Java? |
Yes, each of those classes in viam-java-sdk and viam-android-sdk extend/implement classes/interfaces from viam-core-sdk. This is due to differences in the platforms. |