greenhouse/pcl_conversions
Markus Vieth 2d21467423
Change conversions of Vertices for new PCL versions (#316)
In ad00c7bee2, the vertices field of pcl::Vertices changed from std::vector<std::uint32_t> to std::vector<pcl::index_t>, where index_t is an index type with configurable size (currently by default int). This commit makes conversions from and to pcl_msgs::Vertices possible again, moving the vector contents if possible.
2020-11-09 11:09:17 -08:00
..
2020-03-16 13:08:48 -07:00
2018-05-20 04:14:40 +09:00
2018-05-02 14:59:26 +00:00

pcl_conversions
===============

This package provides conversions from PCL data types and ROS message types.


Code & tickets
--------------

.. Build status: |Build Status|

.. .. |Build Status| image:: https://secure.travis-ci.org/ros-perception/pcl_conversions.png
   :target: http://travis-ci.org/ros-perception/pcl_conversions

+-----------------+------------------------------------------------------------+
| pcl_conversions | http://ros.org/wiki/pcl_conversions                        |
+-----------------+------------------------------------------------------------+
| Issues          | http://github.com/ros-perception/perception_pcl/issues    |
+-----------------+------------------------------------------------------------+
.. | Documentation   | http://ros-perception.github.com/pcl_conversions/doc       |
.. +-----------------+------------------------------------------------------------+