File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ set(MSG_FILES
4242 CarlaV2XCustomData.msg
4343 CarlaV2XCustomDataList.msg
4444 CarlaV2XCustomMessage.msg
45+ CarlaV2XData.msg
46+ CarlaV2XDataList.msg
4547 CarlaWalkerControl.msg
4648 CarlaWeatherParameters.msg
4749 CarlaWorldInfo.msg
Original file line number Diff line number Diff line change 1+ // generated from rosidl_adapter/resource/msg.idl.em
2+ // with input from carla_msgs/msg/CarlaV2XData.msg
3+ // generated code does not contain a copyright notice
4+ #pragma once
5+
6+ #include "etsi_its_cam_msgs/msg/CAM.idl"
7+
8+ module carla_msgs {
9+ module msg {
10+ @verbatim (language="comment", text=
11+ "Copyright (c) 2024 Intel Corporation." "\n"
12+ "" "\n"
13+ "This work is licensed under the terms of the MIT license." "\n"
14+ "For a copy, see <https://opensource.org/licenses/MIT>.")
15+ struct CarlaV2XData {
16+ float power;
17+
18+ etsi_its_cam_msgs::msg::CAM message;
19+ };
20+ };
21+ };
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2024 Intel Corporation.
3+ #
4+ # This work is licensed under the terms of the MIT license.
5+ # For a copy, see <https://opensource.org/licenses/MIT>.
6+ #
7+
8+ float32 power
9+ etsi_its_cam_msgs/CAM message
10+
Original file line number Diff line number Diff line change 1+ // generated from rosidl_adapter/resource/msg.idl.em
2+ // with input from carla_msgs/msg/CarlaV2XDataList.msg
3+ // generated code does not contain a copyright notice
4+ #pragma once
5+
6+ #include "carla_msgs/msg/CarlaV2XData.idl"
7+
8+ module carla_msgs {
9+ module msg {
10+ @verbatim (language="comment", text=
11+ "Copyright (c) 2024 Intel Corporation." "\n"
12+ "" "\n"
13+ "This work is licensed under the terms of the MIT license." "\n"
14+ "For a copy, see <https://opensource.org/licenses/MIT>.")
15+ struct CarlaV2XDataList {
16+ sequence<carla_msgs::msg::CarlaV2XData> data;
17+ };
18+ };
19+ };
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2024 Intel Corporation.
3+ #
4+ # This work is licensed under the terms of the MIT license.
5+ # For a copy, see <https://opensource.org/licenses/MIT>.
6+ #
7+
8+ carla_msgs/CarlaV2XData [] data
You can’t perform that action at this time.
0 commit comments