You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ed75d10 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
The text was updated successfully, but these errors were encountered: