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

How to use nodelets on ubuntu 14.04 ros indigo and packages hector-quadrotor-pose-estimation,ros-indigo-camera1394 or ros-indigo-stereo-image-proc

asked 2014-12-10 10:03:43 -0500

KastB gravatar image

Hello,
I've used nodelets on ubuntu 12.04 and ros hydro without any problems. After updating ubuntu and ros some files seem to be missing. For example, when I try to use the hector_pose_estimation_nodelet this error occures:

Skipping XML Document "/opt/ros/indigo/share/hector_pose_estimation/hector_pose_estimation_nodelets.xml" which had no Root Element. This likely means the XML is malformed or missing.

The file simply doesn't exist. My temporary workaround is to download the packages to my workspace and compile them myself:

apt-get source ros-indigo-hector-quadrotor-pose-estimation
apt-get source ros-indigo-camera1394
apt-get source ros-indigo-stereo-image-proc

By doing this everything works just fine, as the nodelet description xml is found (in my workspace) then. That made me wonder if I did something wrong, or if the packages are corrupt. Other packages, that use nodelets seem to contain and install the xml descirption files - for example openni:

http://packages.ros.org/ros/ubuntu/po...

But the packages I use don't contain any xml - for example:

http://packages.ros.org/pool/main/r/r...

I couln't find anyone with similar problems out there, thus I ask my questions here:

Did I something wrong? Are nodelets used a different way in ros indigo? Are these packages corrupt? Where can I report a bug in one of these packages?

Sincerely Yours Bernd

edit retag flag offensive close merge delete

Comments

The camera1394 nodelet file should be in /opt/ros/indigo/share/camera1394/camera1394_nodelet.xml. Is it there?

joq gravatar image joq  ( 2014-12-10 11:11:27 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-12-10 11:06:57 -0500

joq gravatar image

updated 2014-12-10 11:07:17 -0500

In the case of camera1394, the wiki page includes the usual link for reporting bugs.

This problem has not been previously reported for Indigo. It was reported and fixed in Hydro.

Looking at the source code, CmakeLists.txt does still install camera1394_nodelet.xml, and has since #10 was fixed in release 1.9.4.

edit flag offensive delete link more
0

answered 2015-03-09 11:18:56 -0500

crzx5 gravatar image

Did you ever find the answer (other than source install)? I am having the exact same issue.

edit flag offensive delete link more

Comments

2

Please post this as a comment instead of an answer

paulbovbel gravatar image paulbovbel  ( 2015-03-09 14:25:32 -0500 )edit

I used the source install, but as long as I can remember camera1394_nodelet was my fault - the nodelet was there. Hector is fixed: https://github.com/tu-darmstadt-ros-p... I just received the mail, but didn't test it if it's in the repo

KastB gravatar image KastB  ( 2015-03-09 19:03:21 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-12-10 10:03:43 -0500

Seen: 2,170 times

Last updated: Mar 09 '15