Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-3d-viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Instrument Control
Protos
Nomad 3D
nomad-3d-viewer
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
9 months ago
by
yannick legoc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+1
-6
1 addition, 6 deletions
home.md
with
1 addition
and
6 deletions
home.md
View page @
704ce202
...
...
@@ -71,12 +71,7 @@ TODO:
Move the viewer config content to
*models.json*
.
-
The Viewer requests the current positions and collisions in the same request.
-
Multiple collision servers.
-
Collision server publishes collisions (not in response to positions request).
Implement an AsyncCollisionServer in addition to CollisionServer.
The AsyncCollisionServer receives positions with a subscriber.
-
Nomad Server subscribes to collision server collisions.
Notes:
-
There is a way to respond asynchronously in a Node.js module. Example is shown here:
https://github.com/justadudewhohacks/node-addon-tutorial?tab=readme-ov-file
However it seems that there is a new thread which is created at each async call?
\ No newline at end of file
-
Use AsyncWorker and ObjectWrap from
*Node-API*
to implement the collision proxy.
\ No newline at end of file
This diff is collapsed.
Click to expand it.