invalid perception_pcl repository for fuerte
The link on the wiki http://www.ros.org/wiki/perception_pcl (page) seems not valid.
Can someone fix it ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
The link on the wiki http://www.ros.org/wiki/perception_pcl (page) seems not valid.
Can someone fix it ?
Which PCL version you are trying for ? Last friday June 21, fuerte was updated and issues related to pre PCL 1.6 versions were resolved. Hence, this should work fine.
You can install the ros-fuerte-perception-pcl-fuerte-unstable (sudo apt-get install ros-fuerte-perception-pcl-fuerte-unstable) package which adds pcl16 and pcl16_ros packages that track PCL 1.6.
The namespaces, filenames, and everything else have been changed from pcl to pcl16, so you need to make some minor changes to your code. Like pcl::PointCloud<pcl::pointxyzrgb> becomes pcl16::PointCloud<pcl16::pointxyzrgb>. Doing it this way lets the two PCL versions coexist nicely.
No, but which PCL version you are trying to install ? " http://www.ros.org/wiki/perception_pcl " link that you are referring to is working fine and is valid.
The updated debs of ros-fuerte-pcl are available here : " http://50.28.27.175/repos/building/pool/main/r/ros-fuerte-pcl/ " You can download based on the ubuntu distro (lucid, precise or oneiric) you are using.
Asked: 2013-06-25 02:57:00 -0600
Seen: 188 times
Last updated: Jun 25 '13
initTree method in perception_pcl stack [closed]
[fuerte] build error on rxtools when compiling from source [closed]
perception_pcl error with flann
Obtaining coordinates of a point using pcd_viewer?
Specifying non-standard library path
how to specify gcc options while building ROS programs