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

can not load rxbag_plugins correctly

asked 2013-05-08 16:42:44 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hey!

I am trying to plot my trajectory topic in a decent way. rxbag_plugins plot seems like a very promising tool to plot the trajectory topic. But while run rxbag, I got the following error. Can anyone tell me what is wrong at here? thanks. By the way, I am using fuerte on ubuntu 12.04. thanks.

Unable to load plugin [rxbag_plugins.plugins] from package [rxbag_plugins]:
Traceback (most recent call last):
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/rxbag/plugins.py", line 70, in load_plugins
    roslib.load_manifest(pkg)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 62, in load_manifest
    sys.path = _generate_python_path(package_name, _rospack) + sys.path
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 98, in _generate_python_path
    packages = get_depends(pkg, rospack)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 51, in get_depends
    vals = rospack.get_depends(package, implicit=True)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
    names = [p.name for p in self.get_manifest(name).depends]
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
    return self._load_manifest(name)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 172, in _load_manifest
    retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 164, in get_path
    raise ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: catkin
ROS path [0]=/opt/ros/fuerte/share/ros
ROS path [1]=/home/me/sandbox
ROS path [2]=/home/me/test
ROS path [3]=/home/me/hg_repo_cambridge
ROS path [4]=/home/me/ros_pkg/rxbag_plugin/rxbag_plugins/src/rxbag_plugins
ROS path [5]=/home/me/ros_pkg
ROS path [6]=/opt/me/fuerte/share
ROS path [7]=/opt/me/fuerte/stacks

Unable to load plugin [tf2_visualization.rxbag_plugin] from package [tf2_visualization]:
Traceback (most recent call last):
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/rxbag/plugins.py", line 70, in load_plugins
    roslib.load_manifest(pkg)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 62, in load_manifest
    sys.path = _generate_python_path(package_name, _rospack) + sys.path
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 98, in _generate_python_path
    packages = get_depends(pkg, rospack)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 51, in get_depends
    vals = rospack.get_depends(package, implicit=True)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
    names = [p.name for p in self.get_manifest(name).depends]
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
    return self._load_manifest ...
(more)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-07-16 22:05:27 -0500

130s gravatar image
ResourceNotFound: catkin

You need to install catkin.

Also, why not consider using rqt_bag that succeeds rxbag from ROS Groovy but is availbale in Fuerte too?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-08 16:42:44 -0500

Seen: 274 times

Last updated: Jul 16 '13