ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

'rqt_virtual_joy/plugin.xml' file is missing.

asked 2020-06-04 04:11:11 -0500

Kri_ros gravatar image

updated 2020-06-04 05:22:13 -0500

gvdhoorn gravatar image

'rqt_virtual_joy/plugin.xml' file is missing. Can you please let me know how can I fix this issue? rqt_publisher gets stopped due to this error.

[ERROR] [1591260841.508422294]: Skipped loading plugin with error: XML Document '/opt/ros/melodic/share/rqt_virtual_joy/plugin.xml' has no Root Element. This likely means the XML is malformed or missing..

 RosPluginProvider._parse_plugin_xml() plugin file "/opt/ros/melodic/share/rqt_virtual_joy/plugin.xml" in package "rqt_virtual_joy" not found 

RosPluginProvider._parse_plugin_xml() plugin file "/opt/ros/melodic/share/rqt_virtual_joy/plugin.xml" in package "rqt_virtual_joy" not found
edit retag flag offensive close merge delete

Comments

I am also facing the same issue. How to resolve this

RosPluginProvider._parse_plugin_xml() plugin file "/opt/ros/melodic/share/rqt_virtual_joy/plugin.xml" in package "rqt_virtual_joy" not found
RosPluginProvider._parse_plugin_xml() plugin file "/opt/ros/melodic/share/rqt_virtual_joy/plugin.xml" in package "rqt_virtual_joy" not found
sakthi gravatar image sakthi  ( 2020-06-29 03:59:55 -0500 )edit

I also encountered the same problem

azkahariz gravatar image azkahariz  ( 2020-08-03 03:15:43 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
7

answered 2020-08-03 06:00:06 -0500

azkahariz gravatar image

updated 2020-08-03 21:42:24 -0500

You can add plugin.xml in your directory /opt/ros/melodic/share/rqt_virtual_joy.

  1. Go to rqt_virtual_joy directory.

    roscd rqt_vritual_joy
  2. Make file plugin.xml

    sudo touch plugin.xml
  3. Edit the plugin.xml file with gedit (or other)

    sudo gedit plugin.xml
  4. Copy and paste the contents of the plugin.xml file from the rqt_virtual_joystick github to your plugin.xml.

edit flag offensive delete link more

Comments

This works for me, thanks a lot

PixelChen gravatar image PixelChen  ( 2022-01-14 21:05:24 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-06-04 04:11:11 -0500

Seen: 5,279 times

Last updated: Aug 03 '20