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.
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
struct | carma_cooperative_perception::UtmZone |
Namespaces | |
namespace | carma_cooperative_perception |
Enumerations | |
enum class | carma_cooperative_perception::Hemisphere { carma_cooperative_perception::kNorth , carma_cooperative_perception::kSouth } |
Functions | |
constexpr auto | carma_cooperative_perception::operator== (const UtmZone &lhs, const UtmZone &rhs) -> bool |
constexpr auto | carma_cooperative_perception::operator!= (const UtmZone &lhs, const UtmZone &rhs) -> bool |
auto | carma_cooperative_perception::to_string (const UtmZone &zone) -> std::string |