With commit ed75d10444396cf7c3ddaf1108ecae0805476f0d the following error occurs:
RLException: error loading <rosparam> tag:
file does not exist [/home/gus/metacontrol_ws/src/metacontrol_sim/yaml/rosgraph_manipulator_config.yaml]
XML is <rosparam ns="rosgraph_manipulator" command="load" file="$(find metacontrol_sim)/yaml/rosgraph_manipulator_config.yaml"/>
The traceback for the exception was written to the log file
This is due metacontrol_sim/yaml/rosgraph_manipulator_config.yaml being removed.
With commit ed75d10444396cf7c3ddaf1108ecae0805476f0d the following error occurs:
This is due
metacontrol_sim/yaml/rosgraph_manipulator_config.yaml
being removed.I think the solution is to replace in rosgraph_nodes.launch.xml the line:
With:
If this is right I can open a PR