Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Namespaces | |
namespace | detail |
namespace | experimental |
Typedefs | |
using | index_t = detail::int_type_t< detail::index_type_size, detail::index_type_signed > |
Type used for an index in PCL. More... | |
using | uindex_t = detail::int_type_t< detail::index_type_size, false > |
Type used for an unsigned index in PCL. More... | |
template<typename T > | |
using | AlignedVector = std::vector< T, Eigen::aligned_allocator< T > > |
Type used for aligned vector of Eigen objects in PCL. More... | |
Modification (C) 2022, LEIDOS
using pcl::AlignedVector = typedef std::vector<T, Eigen::aligned_allocator<T> > |
using pcl::index_t = typedef detail::int_type_t<detail::index_type_size, detail::index_type_signed> |
using pcl::uindex_t = typedef detail::int_type_t<detail::index_type_size, false> |