gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for "load_yaml" function to load yaml dictionary

gkjohnson opened this issue · comments

YAML may be hard to load on the web since loading the file would have to be asynchronous but on a file system it works.