#include <lanelet2_core/geometry/Lanelet.h>
#include <geometry_msgs/msg/pose.hpp>
#include <optional>
#include <scenario_simulator_exception/exception.hpp>
#include <traffic_simulator/data_type/routing_configuration.hpp>
#include <traffic_simulator/data_type/routing_graph_type.hpp>
#include <traffic_simulator/helper/ostream_helpers.hpp>
#include <traffic_simulator_msgs/msg/lanelet_pose.hpp>
Go to the source code of this file.
◆ DEFINE_COMPARISON_OPERATOR
| #define DEFINE_COMPARISON_OPERATOR |
( |
|
OPERATOR | ) |
|
Value:
{ \
if ( \
return true; \
} \
return false; \
}
Definition: lanelet_pose.hpp:35
traffic_simulator_msgs::msg::LaneletPose LaneletPose
Definition: lanelet_pose.hpp:30
Note: The comparison operator for the CanonicalizedLaneletPose type compares the s values after making sure that the lanelet_id is the same. Offset and rpy values are not taken into account.