scenario_simulator_v2 C++ API
|
Go to the source code of this file.
Classes | |
class | traffic_simulator::lanelet_pose::CanonicalizedLaneletPose |
Namespaces | |
traffic_simulator | |
traffic_simulator::lanelet_pose | |
Macros | |
#define | DEFINE_COMPARISON_OPERATOR(OPERATOR) |
Typedefs | |
using | traffic_simulator::LaneletPose = traffic_simulator_msgs::msg::LaneletPose |
Functions | |
auto | traffic_simulator::isSameLaneletId (const CanonicalizedLaneletPose &, const CanonicalizedLaneletPose &) -> bool |
auto | traffic_simulator::isSameLaneletId (const CanonicalizedLaneletPose &, const lanelet::Id lanelet_id) -> bool |
#define DEFINE_COMPARISON_OPERATOR | ( | OPERATOR | ) |
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.