OK - Paul - I have been able to work around the problem of installing from source for rospkg, rosdep and wstool. First I removed the wstool that I had installed on the box. Then I built and installed rospkg without a problem. I then tried to build and install rosdep and it failed because the install tries to overwrite the easy-install.pth file and checkinstall does not allow that. So looking at the Makefile I just issued the command "python setup.py install" in the rosdep build directory and that worked fine. So I did that again with wstool and it also failed and then with the second method installed. SOOOO - since the 3 packages do build on a Raspberry PI/Raspbian system without fail is it possible to get a repository constructed such that they can be installed with apt-get?
Bob Teeter
--
--
--
--
--
--
--
--
Paul - is it possible to get the repository started with the ros* and catkin* tools for at least the Raspberry Pi release as these build and run correctly. These are the python tools and do build correctly with the standard stdeb tools. All we have to make sure of is that "wheezy" is listed in the Suite: line in the stdeb.cfg file. I put in pull requests for each of the tools and I don't know if that work has been completed on all the tools. But as an initial start on the distribution tree it would be nice.
Bob Teeter
--
No - you are correct - these are to be standard .deb files and should be in the Raspbian tree. The files built according to the instructions are used in that form. They are just in the instructions because they don't exist in the raspbian tree. And we needed them to allow the software to build. I was trying to supply the location of the instructions of what and where it was that we had done.
Bob Teeter
You received this message because you are subscribed to the Google Groups "ros-sig-arm" group.--
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-arm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Tully - I have cloned copies of wstool, rospkg and rosdep down to my Raspberry pi box. I was able to build and install wstool without a problem. I then tried to build/install rospkg and rosdep. They built without a problem but when it went to install them they failed because "/usr/local/lib/python2.7/dist-packages/easy-install.pth" was already installed by wstool and would not install.
I also had to do "sudo apt-get install checkinstall" to get them to work as the make utility bitched that checkinstall was not present. Any direction on how to proceed.
Bob Teeter
--
You received this message because you are subscribed to the Google Groups "ros-sig-arm" group.
To unsubscribe from this group, send email to ros-sig-arm...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "ros-sig-arm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-arm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-arm...@googlegroups.com.
apt-get install libpcl1-dev
To unsubscribe from this group, send email to ros-sig-arm...@googlegroups.com.
Kai, thanks for the confirmation. That's exactly the change I made to get the current package build of PCL going. I'll post back soon as I have packages in the repository to check out. Hopefully later this afternoon. I'm running into some minor Arm issues with the PCL package that are easy to fix, but the force me to restart the package build each time from the beginning I fix something up. :-(
The following packages have unmet dependencies:
libpcl-1.6-all-dev : Depends: libpcl-apps-1.6-dev but it is not going to be installed
Depends: libpcl-features-1.6-dev but it is not going to be installed
Depends: libpcl-filters-1.6-dev but it is not going to be installed
Depends: libpcl-io-1.6-dev but it is not going to be installed
Depends: libpcl-kdtree-1.6-dev but it is not going to be installed
Depends: libpcl-keypoints-1.6-dev but it is not going to be installed
Depends: libpcl-registration-1.6-dev but it is not going to be installed
Depends: libpcl-sample-consensus-1.6-dev but it is not going to be installed
Depends: libpcl-search-1.6-dev but it is not going to be installed
Depends: libpcl-segmentation-1.6-dev but it is not going to be installed
Depends: libpcl-surface-1.6-dev but it is not going to be installed
Depends: libpcl-tracking-1.6-dev but it is not going to be installed
Depends: libpcl-visualization-1.6-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Which stream were you getting that performance out of.
30fps with 15% CPU is hard to believe, 15fps would be an amazing performance. As far as I know SimpleRead only outputs the middle pixel, so maybe they implemented a better method to retrieve single pixels. Did you try to stream the depth image at all?
Kai
30fps with 15% CPU is hard to believe, 15fps would be an amazing performance. As far as I know SimpleRead only outputs the middle pixel, so maybe they implemented a better method to retrieve single pixels. Did you try to stream the depth image at all?
Kai
Mike,
Mike,