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

plugin.xml has no root element #53

Open
asaksena1978 opened this issue Oct 30, 2018 · 4 comments
Open

plugin.xml has no root element #53

asaksena1978 opened this issue Oct 30, 2018 · 4 comments

Comments

@asaksena1978
Copy link

while starting rviz I get this error - "skipped loading plugin with error: XML Documents '/reuleaux/base_placement_plugin/plugin.xml' has no Root Element. This likely means the XML is malformed or missing.."
I checked base_placement_pluigin folder plugin.xml file exists.
rviz is running, but the reachability map is not displayed.

@jontromanab
Copy link
Contributor

I dont think its an error. It can be an warning. Have you tried to visualize the map by following the tutorial. Also referenced here #46
Please let me know

@asaksena1978
Copy link
Author

I was able to fix the error by closing the '/class' in plugin.xml and changing fixed frame to base_link as suggested by you #46. Now I am able to view the reachability map.

@gavanderhoorn
Copy link
Member

I'm re-opening this as it's actually a bug @jontromanab: there is indeed a closing tag missing for class in the plugin.xml file of the base_placement_plugin package (this one).

Can you please fix this?

@jontromanab
Copy link
Contributor

@gavanderhoorn I have added the missing closing tag in PR #54
Thank you for watching out.

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

3 participants