scenario_simulator_v2 C++ API
ostream_helpers.hpp
Go to the documentation of this file.
1 // Copyright 2015 TIER IV, Inc. All rights reserved.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
15 #ifndef TRAFFIC_SIMULATOR_HELPER__OSTREAM_HELPERS_HPP_
16 #define TRAFFIC_SIMULATOR_HELPER__OSTREAM_HELPERS_HPP_
17 
18 #include <geometry_msgs/msg/point.hpp>
19 #include <geometry_msgs/msg/pose.hpp>
20 #include <geometry_msgs/msg/quaternion.hpp>
21 #include <geometry_msgs/msg/vector3.hpp>
22 #include <traffic_simulator_msgs/msg/axle.hpp>
23 #include <traffic_simulator_msgs/msg/axles.hpp>
24 #include <traffic_simulator_msgs/msg/bounding_box.hpp>
25 #include <traffic_simulator_msgs/msg/entity_subtype.hpp>
26 #include <traffic_simulator_msgs/msg/lanelet_pose.hpp>
27 #include <traffic_simulator_msgs/msg/performance.hpp>
28 #include <traffic_simulator_msgs/msg/vehicle_parameters.hpp>
29 
30 namespace traffic_simulator
31 {
32 std::ostream & operator<<(std::ostream & os, const geometry_msgs::msg::Point & point);
33 
34 std::ostream & operator<<(std::ostream & os, const geometry_msgs::msg::Vector3 & vector);
35 
36 std::ostream & operator<<(std::ostream & os, const geometry_msgs::msg::Quaternion & quat);
37 
38 std::ostream & operator<<(std::ostream & os, const geometry_msgs::msg::Pose & pose);
39 
40 std::ostream & operator<<(
41  std::ostream & os, const traffic_simulator_msgs::msg::LaneletPose & ll_pose);
42 
43 std::ostream & operator<<(
44  std::ostream & os, const traffic_simulator_msgs::msg::EntitySubtype & subtype);
45 
46 std::ostream & operator<<(std::ostream & os, const traffic_simulator_msgs::msg::Axle & axle);
47 
48 std::ostream & operator<<(std::ostream & os, const traffic_simulator_msgs::msg::Axles & axles);
49 
50 std::ostream & operator<<(
51  std::ostream & os, const traffic_simulator_msgs::msg::BoundingBox & bounding_box);
52 
53 std::ostream & operator<<(
54  std::ostream & os, const traffic_simulator_msgs::msg::Performance & performance);
55 
56 std::ostream & operator<<(
57  std::ostream & os, const traffic_simulator_msgs::msg::VehicleParameters & params);
58 } // namespace traffic_simulator
59 
60 #endif // TRAFFIC_SIMULATOR_HELPER__OSTREAM_HELPERS_HPP_
geometry_msgs::msg::Pose Pose
Definition: lanelet_wrapper.hpp:66
traffic_simulator_msgs::msg::BoundingBox BoundingBox
Definition: lanelet_wrapper.hpp:62
geometry_msgs::msg::Point Point
Definition: lanelet_wrapper.hpp:65
geometry_msgs::msg::Vector3 Vector3
Definition: lanelet_wrapper.hpp:69
Definition: api.hpp:32
traffic_simulator_msgs::msg::LaneletPose LaneletPose
Definition: lanelet_pose.hpp:23
std::ostream & operator<<(std::ostream &os, const geometry_msgs::msg::Point &point)
Definition: ostream_helpers.cpp:20
traffic_simulator_msgs::EntitySubtype EntitySubtype
Definition: helper_functions.hpp:30