◆ TrafficLightsTest()
TrafficLightsTest::TrafficLightsTest |
( |
| ) |
|
|
default |
◆ hdmap_utils_ptr
Initial value:=
std::make_shared<hdmap_utils::HdMapUtils>(
path, geographic_msgs::build<geographic_msgs::msg::GeoPoint>()
.latitude(35.61836750154)
.longitude(139.78066608243)
.altitude(0.0))
const std::string path
Definition: test_traffic_lights.cpp:46
◆ id
const lanelet::Id TrafficLightsTest::id {34836} |
◆ lights
Initial value:=
std::make_unique<traffic_simulator::TrafficLights>(
const std::shared_ptr< hdmap_utils::HdMapUtils > hdmap_utils_ptr
Definition: test_traffic_lights.cpp:49
const rclcpp::Node::SharedPtr node_ptr
Definition: test_traffic_lights.cpp:44
◆ node_ptr
const rclcpp::Node::SharedPtr TrafficLightsTest::node_ptr = rclcpp::Node::make_shared("TrafficLightsTest") |
◆ path
const std::string TrafficLightsTest::path |
Initial value:= ament_index_cpp::get_package_share_directory("traffic_simulator") +
"/map/standard_map/lanelet2_map.osm"
◆ red_state
const std::string TrafficLightsTest::red_state {stateFromColor("red")} |
◆ signal_id
const lanelet::Id TrafficLightsTest::signal_id {34806} |
◆ yellow_state
const std::string TrafficLightsTest::yellow_state {"yellow flashing circle"} |
The documentation for this class was generated from the following file: