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

alexiip's profile - activity

2015-11-02 01:50:16 -0500 received badge  Enlightened (source)
2014-03-11 04:05:32 -0500 received badge  Taxonomist
2013-02-26 06:40:18 -0500 received badge  Famous Question (source)
2013-02-21 01:04:28 -0500 received badge  Good Answer (source)
2013-02-19 08:03:09 -0500 commented question RoboEarth scanning issues

I am having the same issue. If I set depth_registration to false I can try to build the model but the result is similar to yours. If I set it to true I am getting no point cloud found inside the bounding box above the marker pattern. warning and the points do not come through.

2013-02-18 10:42:40 -0500 commented answer RoboEarth scanning issues

I am not the original guy who posted the question but I am having the same issue. Reamapping these in the openni.launch did not help. Unless it should be done in some other place...

2013-02-18 03:13:42 -0500 received badge  Nice Answer (source)
2013-02-17 12:17:56 -0500 received badge  Teacher (source)
2013-02-17 12:17:56 -0500 received badge  Necromancer (source)
2013-02-17 11:13:41 -0500 answered a question re_comm build error in roboearth installation (ROS Fuerte + Ubuntu 12.04)

As mentioned in another answer, it seems like its due to some refactoring in KnowRob.

So after you checkout the latest source code into your ROS_PACKAGE_PATH as described by @mortiz.

(I have not checked if this would work without the new package... you may try replacing the import line first before attempting to pull in knew knowrob)

svn co http://code.in.tum.de/pubsvn/knowrob/tags/latest knowrob

Replace the following import line with the one below it in the files which are causing this problem:

import de.tum.in.fipm.kipm.gui.visualisation.applets.CommunicationVisApplet; //delete

import edu.tum.cs.ias.knowrob.vis.applets.CommunicationVisApplet; //add

/roboearth/re_comm/src/roboearth/wp5/CopRoboEarthInterface.java
/roboearth/re_comm/src/roboearth/wp5/REClients.java
/roboearth/re_comm/src/roboearth/wp1/UnizarRoboEarthInterface.java
2013-02-17 09:54:17 -0500 commented answer re_comm build error in roboearth installation (ROS Fuerte + Ubuntu 12.04)

Pulling new code did not seem to fix it. I guess commenting out is the only way.

2013-02-15 10:28:56 -0500 answered a question Install Errors Roboearth Ubuntu 12.04 Fuerte vision_opencv

Ok so I was able to solve the problem.

First I did sudo apt-get update and I saw that I was getting the following message:

W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages)

To resolve this I went to `Synaptic Package Manager-> Settings -> Repositories -> Other Software' and unchecked "Canonical Partners - Added by software center".

Then did sudo apt-get update again. This solved the above problem.

Then, I went to the following file /etc/apt/sources.list.d/ros-latest.list and saw that the url was commented out. I uncommented the following line deb http://packages.ros.org/ros/ubuntu precise main and ran sudo apt-get update again.

After this point I was able to install all of the dependencies which are needed for roboearth and via apt-get and was able to successfully make roboearth with rosmake roboearth

2013-02-15 10:27:30 -0500 received badge  Notable Question (source)
2013-02-11 18:33:39 -0500 received badge  Popular Question (source)
2013-02-11 09:07:52 -0500 received badge  Supporter (source)
2013-02-08 10:53:09 -0500 received badge  Popular Question (source)
2013-02-08 10:53:09 -0500 received badge  Famous Question (source)
2013-02-08 10:53:09 -0500 received badge  Notable Question (source)
2013-02-08 10:52:27 -0500 received badge  Editor (source)
2013-02-08 10:51:12 -0500 asked a question Install Errors Roboearth Ubuntu 12.04 Fuerte vision_opencv

Hi everyone, I am trying to install Roboearth and I am having all sorts of issues. First I had to update to Ubuntu 12.04 from 11.10 because I had issues with Cmake being out of date. Now I am having more problems, mostly in re_vision:

First is this issue:

> sudo apt-get install
> ros-fuerte-vision-opencv2     
> Reading package lists...     
> Done Building dependency tree    
> Reading state information...    
> Done E: Unable to locate package ros-fuerte-vision-opencv2

Second I had to check out a version of vision_opencv manually, under the latest tag as it seems like the one on Fuerte vision_opencv http://www.ros.org/wiki/vision_opencv (page) is incorrect, its for groovy and not Fuerte.

The second problem is in re_vision:

UPDATE

I was able to solve the above problem by install OpenCV2.4.* using the following two guides: http://www.raben.com/book/export/html/3

http://karytech.blogspot.com/2012/05/opencv-24-on-ubuntu-1204.html

However, now I have a different issue which I think is with cv_bridge in latest version of vision_opencv for Fuerte:

    [rosmake-1] Starting >>> re_vision [ make ]                                                                                                 
[ rosmake ] Last 40 lines_vision: 166.2 sec ]                                                                    [ 1 Active 14/15 Complete ]
{-------------------------------------------------------------------------------
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cvReleaseMat'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::Mat::reshape(int, int, int const*) const'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cvSetZero'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::warpPerspective(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Size_<int>, int, int, cv::Scalar_<double> const&)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::getTextSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, double, int, int*)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::Mat::zeros(int, int, int)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::_InputArray::_InputArray(cv::MatExpr const&)'
  ../lib/libDVision.so: undefined reference to `cv::read(cv::FileNode const&, std::vector<cv::KeyPoint, std::allocator<cv::KeyPoint> >&)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::DescriptorMatcher::DescriptorCollection::~DescriptorCollection()'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::FlannBasedMatcher::train()'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cvCvtColor'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::MatConstIterator::seek(int const*, bool)'
  ../lib/libDVision.so: undefined reference to `cv::FeatureDetector::~FeatureDetector()'
  ../lib/libDUtilsCV.so: undefined reference to `cv::line(cv::Mat&, cv::Point_<int>, cv::Point_<int>, cv::Scalar_<double> const&, int, int, int)'
  ../lib/libDVision.so: undefined reference to `cv::Exception::Exception(int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::initUndistortRectifyMap(cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::Size_<int>, int, cv::_OutputArray const&, cv::_OutputArray const&)'
  ../lib/libDVision.so: undefined reference to `cv::WriteStructContext::~WriteStructContext()'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::Mat::copySize(cv::Mat const&)'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cvCreateImageHeader'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::Mat::inv(int) const'
  ../lib/libObjectDetectorFunctions.so: undefined reference to `cv::Mat::copyTo(cv::_OutputArray const&) const'
  ../lib ...
(more)
2012-01-24 04:02:21 -0500 marked best answer how to install bag_to_images

bag_to_images appears to be c-turtle specific, which may very well mean that it won't work on more-modern ROS.

Other than that, we're going to need more information. What kind of trouble are you having? What have you tried?

2011-12-14 02:24:20 -0500 received badge  Student (source)
2011-12-13 13:11:22 -0500 asked a question how to install bag_to_images

Hi,

I am very new to ROS and I am having a lot of trouble installing bag_to_images.

I have a rosbag file of a video I recorded from my robot and I need to convert it to a movie(avi or mpeg). I was hoping to use bag_to_images to do this.

Thank you for your help.