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 <WMTestLibForGuidance.hpp>
Public Types | |
enum class | Obstacle { DEFAULT , NONE } |
enum class | SpeedLimit { DEFAULT , NONE } |
Public Member Functions | |
MapOptions (double lane_width=3.7, double lane_length=25, Obstacle obstacle=Obstacle::DEFAULT, SpeedLimit speed_limit=SpeedLimit::DEFAULT, int seg_num=1) | |
Public Attributes | |
double | lane_width_ |
double | lane_length_ |
Obstacle | obstacle_ |
SpeedLimit | speed_limit_ |
int | seg_num_ |
Definition at line 65 of file WMTestLibForGuidance.hpp.
|
strong |
|
strong |
|
inline |
Definition at line 69 of file WMTestLibForGuidance.hpp.
double carma_wm::test::MapOptions::lane_length_ |
Definition at line 72 of file WMTestLibForGuidance.hpp.
Referenced by carma_wm::test::getGuidanceTestMap().
double carma_wm::test::MapOptions::lane_width_ |
Definition at line 71 of file WMTestLibForGuidance.hpp.
Referenced by carma_wm::test::getGuidanceTestMap().
Obstacle carma_wm::test::MapOptions::obstacle_ |
Definition at line 73 of file WMTestLibForGuidance.hpp.
Referenced by carma_wm::test::getGuidanceTestMap().
int carma_wm::test::MapOptions::seg_num_ |
Definition at line 75 of file WMTestLibForGuidance.hpp.
Referenced by carma_wm::test::getGuidanceTestMap().
SpeedLimit carma_wm::test::MapOptions::speed_limit_ |
Definition at line 74 of file WMTestLibForGuidance.hpp.
Referenced by carma_wm::test::getGuidanceTestMap().