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

Tobias's profile - activity

2016-12-23 20:51:30 -0500 received badge  Taxonomist
2014-07-09 06:46:16 -0500 received badge  Notable Question (source)
2014-07-09 06:46:16 -0500 received badge  Famous Question (source)
2014-01-17 11:25:29 -0500 received badge  Popular Question (source)
2014-01-17 08:22:06 -0500 answered a question image_geometry::PinholeCameraModel - operator= missing
2014-01-17 00:08:54 -0500 asked a question image_geometry::PinholeCameraModel - operator= missing

Hi,

is it possible, that the operator=() is missing in the image_geometry::PinholeCameraModel? The following assertion is not true as expected.

void ClassA::setCameraModel( const image_geometry::PinholeCameraModel& cameraModel )
{
   mCameraModel = cameraModel; // fails, since no operator= implemented
   assert( mCameraModel.fx() == cameraModel.fx() );
}

a workaround would be to

void ClassA::setCameraModel( const image_geometry::PinholeCameraModel& cameraModel )
{
   mCameraModel.formCameraInfo( cameraModel.cameraInfo() );
   assert( mCameraModel.fx() == cameraModel.fx() );
}

Or is it not recommended to use the PinholeCameraModel that way?

2013-07-24 14:08:39 -0500 received badge  Guru (source)
2013-07-24 14:08:39 -0500 received badge  Great Answer (source)
2013-03-25 12:26:08 -0500 received badge  Famous Question (source)
2013-01-14 07:42:19 -0500 received badge  Notable Question (source)
2013-01-13 11:51:08 -0500 received badge  Editor (source)
2013-01-13 11:50:42 -0500 commented question rqt gui - only one plugin per directory is loaded

Hi, thanks for your answers. IsaacSaito, you were right. I gave the plugins the same name. Sorry for disturbing you.

2013-01-13 11:46:36 -0500 received badge  Popular Question (source)
2013-01-11 01:05:32 -0500 received badge  Famous Question (source)
2013-01-11 01:05:32 -0500 received badge  Notable Question (source)
2013-01-11 00:57:35 -0500 asked a question rqt gui - only one plugin per directory is loaded

Hi, i was developing rqt plugins. I realized, that only one plugin per directory is loaded. I have the following file structure

rqt_plugins/

rqt_plugins/plugin1/

rqt_plugins/plugin1/plugin.xml

...

rqt_plugins/plugin2

rqt_plugins/plugin2/plugin.xml

if i start rqt_gui, plugin1 is loaded. plugin2 is not.

if I change the structure by means of (mv plugin2 ..) to

rqt_plugins/ rqt_plugins/plugin1/ rqt_plugins/plugin1/plugin.xml ... plugin2 plugin2/plugin.xml

Both plugins get loaded.

I was wondering if only one plugin per directory is loaded, or if I am doing sth. wrong?

Some more information: ros-fuerte 0.1.6-s1355472732~precise ubuntu 12.04

Kind regards, Tobias

2012-09-04 03:03:09 -0500 received badge  Famous Question (source)
2012-06-21 04:59:49 -0500 received badge  Nice Question (source)
2012-05-16 23:43:43 -0500 received badge  Self-Learner (source)
2012-04-29 03:00:36 -0500 received badge  Notable Question (source)
2012-02-24 04:00:58 -0500 received badge  Popular Question (source)
2012-01-09 15:02:02 -0500 received badge  Popular Question (source)
2011-11-26 06:36:54 -0500 answered a question gtest-config

Hi, i had to delete

CMakeCache.txt CMakeFiles/ cmake_install.cmake

. Afterwards, rosmake worked fine again.

2011-11-26 00:35:12 -0500 received badge  Student (source)
2011-11-25 21:49:53 -0500 asked a question gtest-config

Hi, I upgraded from diamondback to electric. Compiling my sources with rosmake I get

[rosbuild] Including /opt/ros/electric/stacks/ros_comm/clients/roslisp/cmake/roslisp.cmake [rosbuild] Including /opt/ros/electric/stacks/ros_comm/clients/rospy/cmake/rospy.cmake [rosbuild] Including /opt/ros/electric/stacks/ros_comm/clients/cpp/roscpp/cmake/roscpp.cmake CMake Error at /opt/ros/electric/ros/core/rosbuild/public.cmake:448 (message): Failed to invoke gtest-config

Am I missing a (kubuntu) package? libgtest-dev is already installed on my machine. Unfortunately, it does not contain the gtest-config script.

Any ideas?

Tobias

2011-07-21 02:52:19 -0500 received badge  Good Answer (source)
2011-07-21 02:52:19 -0500 received badge  Enlightened (source)
2011-07-17 23:16:05 -0500 received badge  Nice Answer (source)
2011-07-17 22:44:12 -0500 received badge  Teacher (source)
2011-07-17 22:02:18 -0500 answered a question rviz does not start, prints "GLXUnsupportedPrivateRequest"

Hi mate,

Xlib: extension "GLX" missing on display ":0.0" is more linux related. Try:

sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel  libgl1-mesa-glx libgl1-mesa-dri    server-xorg-core
sudo dpkg-reconfigure xserver-xorg
sudo update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf

(see https://theiszm.wordpress.com/2010/06/27/glx-missing-on-display/). Do not worry about removing ros packages. You can reinstall them afterwards.

Regards, Tobias

2011-07-12 19:19:53 -0500 answered a question (rviz:12054): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

Hi, I can answer that myself. I had to add

export GTK_NATIVE_WINDOWS=1

to my environment variables. Though the message still appears, rvis starts as usual.

Cheers, Tobias

2011-07-12 03:42:53 -0500 asked a question (rviz:12054): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

Hi there,

after updating ubuntu maverick to natty, I get the following error running rviz

rosrun rviz rviz

(rviz:12054): Gdk-CRITICAL **: IA__gdk_drawable_get_size: assertion `GDK_IS_DRAWABLE (drawable)' failed

(rviz:12054): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

I am using KDE and assume my gtk-settings were wrong. Do I miss a package or something? I would appreciate any help! Thanks!