Caltech-AMBER / obelisk

A stable generic robot control interface.
https://caltech-amber.github.io/obelisk/
MIT License
5 stars 0 forks source link

Viz Nodes Launch Too Soon #83

Open alberthli opened 1 month ago

alberthli commented 1 month ago

Right now, the viz nodes are launched before Robot nodes are even ready. This causes a large dump of errors into the terminal.

Instead, in the launch utils, we should modify the handlers for the viz nodes to follow robot nodes instead of the global state node. See slack convo on the morning of July 23 for details.