You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like an encapsulated class that can be instantiated in the worker that can listen to messages so users can write custom logic that listens to and modifies worker state manually.
This may not exactly be needed. If required users can just pass the joint angles back to the main page to update something like the URDF model in the case they want to perform some kind of special solve in a Worker. A consistent and exposed way to serialize and deserialize the joint graph would be good, though. (Issue #66)
Something like an encapsulated class that can be instantiated in the worker that can listen to messages so users can write custom logic that listens to and modifies worker state manually.
WorkerSolverRemote
should also be able to use non synced joints so some joints can only live in the worker.Open Questions
The text was updated successfully, but these errors were encountered: