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

BLaS's profile - activity

2013-08-22 12:33:29 -0500 received badge  Famous Question (source)
2013-04-13 02:10:53 -0500 received badge  Famous Question (source)
2013-03-25 21:34:18 -0500 received badge  Notable Question (source)
2013-03-14 02:09:52 -0500 received badge  Popular Question (source)
2013-03-13 05:25:47 -0500 asked a question Using rqt with rviz

Hi,

I would like to use rviz in rqt, I'm using fuerte and Ubuntu 10.04. When I do:

rosrun rqt_rviz rqt_rviz

I get:

    /opt/ros/fuerte/stacks/rqt/rqt_gui/src/rqt_gui/roslib_plugin_provider.py:31: UserWarning: roslib.rospack is deprecated, please use rospkg
  import roslib.rospack
RosPluginlibPluginProvider::load_explicit_type(rqt_rviz/RViz) failed initializing plugin (plugin is not a nodelet)
PluginManager._load_plugin() could not load plugin "rqt_rviz/RViz":
Traceback (most recent call last):
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui/src/qt_gui/plugin_handler.py", line 89, in load
    self._load()
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui/src/qt_gui/plugin_handler_direct.py", line 54, in _load
    self._plugin = self._plugin_provider.load(self._instance_id.plugin_id, self._context)
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui/src/qt_gui/composite_plugin_provider.py", line 71, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui/src/qt_gui/composite_plugin_provider.py", line 71, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui/src/qt_gui/composite_plugin_provider.py", line 71, in load
    instance = plugin_provider.load(plugin_id, plugin_context)
  File "/opt/ros/fuerte/stacks/qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/ros_pluginlib_plugin_provider.py", line 68, in load
    raise ImportError('RosPluginlibPluginProvider.load() could not load plugin "%s"' % plugin_id)
ImportError: RosPluginlibPluginProvider.load() could not load plugin "rqt_rviz/RViz"

Also, if I open directly rqt with

rosrun rqt_gui rqt_gui

and then I try to add manually Rviz plugin, I get the same error.

What could I do to solve this?

Thank you in advance.

2013-01-18 04:52:30 -0500 received badge  Notable Question (source)
2012-10-12 04:19:53 -0500 received badge  Popular Question (source)
2012-09-26 04:42:19 -0500 asked a question motion_planning_msgs

I am trying to use kinematics_msgs package, which depends on motion_planning_msgs.

So I have downloaded motion_planning_msgs package and tried to compile, but when i do rosmake motion_planning_msgs, this never ends compiling.

I've seen this package has been deprecated, but if I want to use kinematics_msgs, what should I do?

Thank you in advance

2012-09-04 06:28:40 -0500 received badge  Famous Question (source)
2012-09-04 06:28:40 -0500 received badge  Popular Question (source)
2012-09-04 06:28:40 -0500 received badge  Notable Question (source)
2012-08-30 10:08:41 -0500 received badge  Famous Question (source)
2012-08-30 10:08:41 -0500 received badge  Notable Question (source)
2012-08-20 23:44:42 -0500 received badge  Popular Question (source)
2012-08-20 23:44:42 -0500 received badge  Notable Question (source)
2012-08-20 23:44:42 -0500 received badge  Famous Question (source)
2012-07-15 10:46:19 -0500 received badge  Popular Question (source)
2012-01-26 13:05:14 -0500 received badge  Teacher (source)
2012-01-26 13:05:14 -0500 received badge  Self-Learner (source)
2012-01-25 21:54:36 -0500 asked a question Cannot visualize markers in rviz!

I use openni_kinect and openni_tracker to track with kinect. Then, when a user is detected I can see the /tf in Rviz and it works.

However, when I try to use markers (eg. hone_markers, pointing_markers, ...) I see nothing in rviz. Topics are ok I think, because if I look rxgraph everything seems ok (rviz subscribed to topic /hone_markers, for example).

What should I do in order to visualize the markers in rviz?

Thanks in advance

2012-01-25 19:59:59 -0500 answered a question Problem re-installing ROS

I have already solved my problem.

I had to open Synaptic, look for ros-electric there, and mark for complete removal. Then I could reinstall it again.

2012-01-25 19:34:06 -0500 asked a question Problem re-installing ROS

I have removed ROS in order to solve some problems I had, but I removed the "ros" folder in /opt sending it to the trash, which I think was a bad idea.

I have tried to reinstall ROS again, but when I do $ sudo apt-get install ros-electric-desktop-full

only the "stacks" folder is created inside /opt/electric.

I have done $ sudo apt-get remove ros-electric-desktop-full and tried to reinstall it again, but i doesn't work.

What should I do to get ROS again, please?

Thank you

2011-12-14 08:52:17 -0500 received badge  Nice Question (source)
2011-12-14 04:19:26 -0500 marked best answer Downloading a package

Hi, There are different version controls like hg, svn, bzr etc. Bazaar is the version control you are talking about. The command for checking out from bzr is

bzr checkout <https://link> <local_directory_path>

you can google to know more about this version control.

Hope this helps, Karthik

2011-12-13 21:06:14 -0500 answered a question Downloading a package

That worked, thank you!

2011-12-13 21:05:50 -0500 received badge  Supporter (source)
2011-12-05 00:49:59 -0500 received badge  Student (source)
2011-12-04 21:52:01 -0500 asked a question Downloading a package

Hello,

I am new with ROS, so I think this question is easy to answer, but I haven't found it in FAQ.

I am trying to download the kinect_camera package, from this site: http://ros.org/wiki/kinect_camera

The problem is that the source address is not like all other packages I've seen. The source address is: bzr lp:cyphy or lp:cyphy

I usually type (to download a package): svn co <sourceaddress>

and this works with a normal address (eg. http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/pcl for a pcl package)

What should I do to download the kinect_camera package? I use Ubuntu.

Thank you in advanced, if the question was already answer please forgive me, I didn't found it.

Dani