Caltech-AMBER / obelisk

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

Figure out how to put `common.xml` in a more global location after refactoring robot package structure #85

Open alberthli opened 1 month ago

alberthli commented 1 month ago

Now that we aren't using the global models directory anymore for loading model information, there's no knowledge of the common.xml file above each robot description. This is bad, since we depend on it but want to avoid copy-pasting. For now, only the leap hand uses it, but many other robots that would look good with blue tiled flooring may also import this, so we should expose all robots to it somehow.