15 #ifndef OPENSCENARIO_INTERPRETER__CMATH__HYPOT_HPP_
16 #define OPENSCENARIO_INTERPRETER__CMATH__HYPOT_HPP_
19 #include <rclcpp/rclcpp.hpp>
23 inline namespace cmath
33 static const auto consider_pose_by_road_slope = []() {
34 auto node = rclcpp::Node(
"get_parameter",
"simulation");
35 node.declare_parameter(
"consider_pose_by_road_slope",
false);
36 return node.get_parameter(
"consider_pose_by_road_slope").as_bool();
auto hypot(T x, T y, T z)
Definition: hypot.hpp:31