-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
117bcb7
commit fdc8bf9
Showing
5 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// generated from rosidl_adapter/resource/msg.idl.em | ||
// with input from carla_msgs/msg/CarlaV2XData.msg | ||
// generated code does not contain a copyright notice | ||
#pragma once | ||
|
||
#include "etsi_its_cam_msgs/msg/CAM.idl" | ||
|
||
module carla_msgs { | ||
module msg { | ||
@verbatim (language="comment", text= | ||
"Copyright (c) 2024 Intel Corporation." "\n" | ||
"" "\n" | ||
"This work is licensed under the terms of the MIT license." "\n" | ||
"For a copy, see <https://opensource.org/licenses/MIT>.") | ||
struct CarlaV2XData { | ||
float power; | ||
|
||
etsi_its_cam_msgs::msg::CAM message; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Copyright (c) 2024 Intel Corporation. | ||
# | ||
# This work is licensed under the terms of the MIT license. | ||
# For a copy, see <https://opensource.org/licenses/MIT>. | ||
# | ||
|
||
float32 power | ||
etsi_its_cam_msgs/CAM message | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// generated from rosidl_adapter/resource/msg.idl.em | ||
// with input from carla_msgs/msg/CarlaV2XDataList.msg | ||
// generated code does not contain a copyright notice | ||
#pragma once | ||
|
||
#include "carla_msgs/msg/CarlaV2XData.idl" | ||
|
||
module carla_msgs { | ||
module msg { | ||
@verbatim (language="comment", text= | ||
"Copyright (c) 2024 Intel Corporation." "\n" | ||
"" "\n" | ||
"This work is licensed under the terms of the MIT license." "\n" | ||
"For a copy, see <https://opensource.org/licenses/MIT>.") | ||
struct CarlaV2XDataList { | ||
sequence<carla_msgs::msg::CarlaV2XData> data; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Intel Corporation. | ||
# | ||
# This work is licensed under the terms of the MIT license. | ||
# For a copy, see <https://opensource.org/licenses/MIT>. | ||
# | ||
|
||
carla_msgs/CarlaV2XData[] data |