Caltech-AMBER / obelisk

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

Allow viz robots to work when the base link name in viz-compatible message is "world" #109

Open alberthli opened 1 month ago

alberthli commented 1 month ago

Right now, the viz works by assuming the base link name supplied in a viz message is a child of world. This means that we must always specify visualizations wrt a particular robot link name, which is potentially not agnostic to the robot if this link name parameter is not exposed to the configuration file. we should allow for the world link to be specified to resolve this.