Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navability/navabilitysdk.js
Access NavAbility Cloud factor graph features from Javascript
https://github.com/navability/navabilitysdk.js
javascript robotics robots sdk slam slam-algorithms
Last synced: 1 day ago
JSON representation
Access NavAbility Cloud factor graph features from Javascript
- Host: GitHub
- URL: https://github.com/navability/navabilitysdk.js
- Owner: NavAbility
- License: apache-2.0
- Created: 2022-01-09T23:12:20.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-20T07:40:26.000Z (about 2 months ago)
- Last Synced: 2025-01-17T11:18:34.180Z (29 days ago)
- Topics: javascript, robotics, robots, sdk, slam, slam-algorithms
- Language: TypeScript
- Homepage: https://wherewhen.ai
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NavAbilitySDK.js
Access NavAbility Cloud factor graph features from JavaScript.Note that this SDK and the related API are still in development. Please let us know if you have any issues.
# Installation
Install the NavAbilitySDK using npm:
```bash
npm i navabilitysdk
```# Notes and FAQ
- **Which user should I use?** The Guest user is open and free for everyone to use. We recommend testing with this user, because it doesn't require any authentication. Note though, that the data is cleared on a regular basis, and that everyone can see your test data (all Guest users are created equal), so don't put anything in there that that is sensitive.
- **I have sensitive data, how do I create a user?** Great question, the NavAbility services completely isolate data per user and you can create a user at any point. At the moment we create users on demand because the services are changing as we develop them, and we want to make sure we can let everyone know as they do. Send us an email at [[email protected]](mailto:[email protected]) and we'll create a user for you right away.
- Otherwise for any questions, comments, or feedback please feel free to email us at [[email protected]](mailto:[email protected]) or write an issue on the repo.
-
# ExampleAn example repo will be released in the near future. If you need support today, please reach out to [[email protected]](mailto:[email protected])