Robot Raconteur uses "info" yaml files to describe the parameters for robots and tools. This PR adds a "robotraconteur" module to the toolbox to load these yaml files into Robot classes. Adds functions load_robot_info_yaml_to_robot() and load_robot_and_tool_info_yaml_to_robot(). See the test_rr_yaml.py test file for examples on using the loader.
Robot Raconteur uses "info" yaml files to describe the parameters for robots and tools. This PR adds a "robotraconteur" module to the toolbox to load these yaml files into
Robot
classes. Adds functionsload_robot_info_yaml_to_robot()
andload_robot_and_tool_info_yaml_to_robot()
. See the test_rr_yaml.py test file for examples on using the loader.