ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
Binaries for arm are not built because libpcl-dev
was not found on the initial release of Kinetic: https://github.com/introlab/rtabmap/issues/80, so rtabmap build is disabled on arm (don't remember where exactly on the buildfarm it is set).We may check to re-enable if libpcl-dev is now released. For now, you may have to build rtabmap from source: https://github.com/introlab/rtabmap_ros#build-from-source
Build status: http://repositories.ros.org/status_page/ros_kinetic_uxhf.html?q=rtabmap
cheers
2 | No.2 Revision |
Hi,
Binaries for arm are not built because libpcl-dev
was not found on the initial release of Kinetic: https://github.com/introlab/rtabmap/issues/80, so rtabmap build is disabled on arm (don't remember where exactly on the buildfarm it is set).We may check to re-enable if libpcl-dev is now released. For now, you may have to build rtabmap from source: https://github.com/introlab/rtabmap_ros#build-from-source
Build status: http://repositories.ros.org/status_page/ros_kinetic_uxhf.html?q=rtabmap
EDIT: It looks like pcl_ros
package is not built either: http://repositories.ros.org/status_page/ros_kinetic_uxhf.html?q=pcl
cheers