Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find rosgraph_manipulator_config.yaml #59

Open
Rezenders opened this issue Aug 27, 2021 · 1 comment
Open

can't find rosgraph_manipulator_config.yaml #59

Rezenders opened this issue Aug 27, 2021 · 1 comment

Comments

@Rezenders
Copy link
Contributor

With commit ed75d10 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.

I think the solution is to replace in rosgraph_nodes.launch.xml the line:

<rosparam ns="rosgraph_manipulator" command="load" file="$(find metacontrol_sim)/yaml/rosgraph_manipulator_config.yaml"/>

With:

<rosparam ns="rosgraph_manipulator" command="load" file="$(find mc_rosgraph_manipulator)/config/rosgraph_manipulator_config.yaml">

If this is right I can open a PR

@marioney
Copy link
Member

Hi @Rezenders I think you're right, we need to update the path of this configuration file.

Please open the PR to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants