Hi Leo, <div><br></div><div>Thanks for contributing these resources It will help people looking to use debian greatly.  </div><div><br></div><div>If you'd like we could also work with you to try to merge debian support upstream.  Our whole infrastructure could be extended to support debian codenames as well as ubuntu ones. We don't have time to actively support Debian releases but patches in that direction would be accepted.  Related to this we could consider providing your backports in the main ROS repos as we do for Ubuntu.  </div>

<div><br></div><div><br></div><div>Jack's spot on with respect to PCL.  The problem is that PCL standalone defines symbols which collide with the ROS messages.  This is an artifact of the early development process, and can't be fixed without an api breaking change on either side.  To build the same version as in ROS see this repository [1] It is a git-buildpackage repository with all the tags generated for Ubuntu, and can easily be extended for other debian codenames into sourcedebs.</div>

<div><br></div><div>Tully</div><div><br></div><div>[1] <a href="https://github.com/wg-debs/perception_pcl-release">https://github.com/wg-debs/perception_pcl-release</a></div>
<div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Wed, Oct 3, 2012 at 9:48 AM, Jack O'Quin <span dir="ltr"><<a href="mailto:jack.oquin@gmail.com" target="_blank">jack.oquin@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On Wed, Oct 3, 2012 at 9:49 AM, Leopold Palomo-Avellaneda<br>
<<a href="mailto:leo@alaxarxa.net" target="_blank">leo@alaxarxa.net</a>> wrote:<br>
> A Dimecres 03 Octubre 2012, Rich Mattes va escriure:<br>
>> On Tue, Oct 2, 2012 at 6:18 PM, Leopold Palomo Avellaneda<br>
>> <<a href="mailto:leo@alaxarxa.net" target="_blank">leo@alaxarxa.net</a>>wrote:<br>
>><br>
>> > Hi,<br>
>> ><br>
>> ><br>
>> > First of all I have noticed that there are several packages that has a<br>
>> > dependency a pcl package, when there's no pcl package, but there's a<br>
> system<br>
>> > dependency pcl. So, I have to change several manifest files from<br>
>> ><br>
>> >  <depend package="pcl" /><br>
>> ><br>
>> > to<br>
>> >   <rosdep name="pcl" /><br>
>> ><br>
>> > Also, I have not be able to found which version of pcl is needed for<br>
> fuerte<br>
>> > (1.5, 1.6) With 1.6 it doesn't compile.<br>
>> ><br>
>> ><br>
>><br>
>> We had a lot of fun trying to figure this out in Fedora[1] as well.  As it<br>
>> turns out, you can't use the upstream PCL release for Fuerte, you need a<br>
>> custom branch of PCL hosted on github[2] which contains extra message<br>
>> definitions and stack metadata.  I raised the issue upstream[3] and it<br>
>> looks like we have to wait for PCL 2.0 for ROS to build against PCL as a<br>
>> stand-alone library instead of requiring that PCL be modified.  We're going<br>
>> to try to patch Fedora's system PCL to make it a hybrid ROS stack and<br>
>> stand-alone library so that ROS is usable until this situation is resolved.<br>
>> It seems this issue is pretty[4] common[5].<br>
><br>
> Well, we want something similar. A PCL version stand-alone that could be used<br>
> by ros.<br>
><br>
> I have seen the github code, and it doesn't seems that use the ROS stuff,<br>
> although is required by cmake. From a ROS full installation (188) packages I<br>
> have compiled 106, considering that pcl is not built or installed.<br>
><br>
> I hope to have something functional some day ...<br>
<br>
</div></div>So do I.<br>
<br>
Many people have stumbled over this problem in Fuerte. And, I fear it<br>
may not get better in Groovy. I really hope I end up being wrong about<br>
that.<br>
<br>
I think PCL must have fallen in the cracks during the Fuerte release.<br>
Many of us expected catkin to solve the problem of building<br>
stand-alone PCL with the ROS message tools. That only half worked.<br>
Thanks to catkin, PCL can now optionally be built to use standard ROS<br>
messages, such as sensor_msgs/PointCloud2. But unfortunately, PCL also<br>
defines several ROS messages of its own: ModelCoefficients,<br>
PointIndices, PolygonMesh, and Vertices, which cannot reasonably be<br>
handled by the stand-alone PCL build. The changes to the PCL 1.5<br>
sources were too large, messy and complex to merge into their<br>
stand-alone tree.<br>
<br>
To ship a working Ubuntu version for Fuerte, the wg-debs/pcl github<br>
project was created. Unfortunately, the main purpose of wg-debs is to<br>
add the Debian rules and source control for several Ubuntu packages<br>
hosted on <a href="http://packages.ros.org" target="_blank">packages.ros.org</a> because they are necessary rosdep<br>
dependencies. Getting that to work for PCL involved significant<br>
additional source changes, mostly defining those additional messages<br>
and using them in PCL.<br>
<br>
That mostly solved the problem for Ubuntu systems. But, it leaves no<br>
good solution for other Linux distros, Mac OSX, ARM boards, other<br>
embedded systems, or anyone wanting to build everything from source.<br>
<br>
When PCL 2.0 comes out, it will only use PCL-defined types, no ROS<br>
messages. So, these problems should eventually go away. Until then,<br>
the ROS community needs to provide a PCL 1.x version that can be built<br>
and installed from source on any of our target platforms. Then, the<br>
Ubuntu Debian packages should be built from that. Unfortunately, that<br>
will demand considerable maintenance effort including documentation,<br>
with active Q&A support both here and on the PCL forums.<br>
<br>
Perhaps there is some clever way to repackage those additional ROS<br>
messages into a catkin ROS package that a stand-alone PCL could<br>
optionally build with, as it already does with std_msgs and<br>
sensor_msgs when USE_ROS is specified for building. But, that seems to<br>
be beyond my current catkin and PCL skills.<br>
<span><font color="#888888">--<br>
 joq<br>
</font></span><div><div>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org" target="_blank">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Tully Foote<br><a href="mailto:tfoote@willowgarage.com" target="_blank">tfoote@willowgarage.com</a><br><a href="tel:%28650%29%20475-2827" value="+16504752827" target="_blank">(650) 475-2827</a><br>


</div>