Skip to content

Commit ff1008b

Browse files
change email of cyberfile
Change-Id: Ieb5cb93d0c163e3b3b0c0b48a60c6d4eb1e5bfee
1 parent 97ed01f commit ff1008b

File tree

80 files changed

+156
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+156
-77
lines changed

BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install(
1818
"//modules/v2x:install",
1919
"//third_party/centerpoint_infer_op:install",
2020
"//third_party/paddleinference:install",
21+
"//third_party/caddn_infer_op:install",
2122
], [
2223
"//cyber:install",
2324
"//tools:install",
@@ -47,7 +48,7 @@ install(
4748
"//modules/third_party_perception:install",
4849
"//modules/tools:install",
4950
"//modules/transform:install",
50-
#"//scripts:install",
51+
"//scripts:install",
5152
"//third_party/absl:install",
5253
"//third_party/ad_rss_lib:install",
5354
"//third_party/boost:install",
@@ -104,6 +105,7 @@ install_src_files(
104105
"//modules/v2x:install_src",
105106
"//third_party/centerpoint_infer_op:install_src",
106107
"//third_party/paddleinference:install_src",
108+
"//third_party/caddn_infer_op:install_src",
107109
], [
108110
"//cyber:install_src",
109111
"//tools:install_src",

cyber/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Based on a centralized computing model, it is greatly optimized for high concurrency, low latency, and high throughput in autonomous driving.
77
</description>
88

9-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
9+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
1010
<license>Apache License 2.0</license>
1111
<url type="website">https://www.apollo.auto/</url>
1212
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/audio/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
When active emergency vehicles detected, you can also see active alerts on Dreamview.
88
</description>
99

10-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
10+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
1111
<license>Apache License 2.0</license>
1212
<url type="website">https://www.apollo.auto/</url>
1313
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/bridge/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
outside of Apollo by socket. It includes sender and receiver components.
77
</description>
88

9-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
9+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
1010
<license>Apache License 2.0</license>
1111
<url type="website">https://www.apollo.auto/</url>
1212
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/calibration/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Apollo calibration module.
66
</description>
77

8-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
8+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
99
<license>Apache License 2.0</license>
1010
<url type="website">https://www.apollo.auto/</url>
1111
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/canbus/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Canbus accepts and executes control module commands and collects the car's chassis status as feedback to control.
66
</description>
77

8-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
8+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
99
<license>Apache License 2.0</license>
1010
<url type="website">https://www.apollo.auto/</url>
1111
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/common/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This module contains code that is not specific to any module but is useful for the functioning of Apollo.
66
</description>
77

8-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
8+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
99
<license>Apache License 2.0</license>
1010
<url type="website">https://www.apollo.auto/</url>
1111
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/common_msgs/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This module contains code that is not specific to any module but is useful for the functioning of Apollo.
66
</description>
77

8-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
8+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
99
<license>Apache License 2.0</license>
1010
<url type="website">https://www.apollo.auto/</url>
1111
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/contrib/cyber_bridge/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is bridge that exposes custom TCP socket for accepting and transmitting Cyber messages.
66
</description>
77

8-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
8+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
99
<license>Apache License 2.0</license>
1010
<url type="website">https://www.apollo.auto/</url>
1111
<url type="repository">https://github.com/ApolloAuto/apollo</url>

modules/control/cyberfile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
algorithms to generate a comfortable driving experience.The Control module can work both in normal and navigation modes.
77
</description>
88

9-
<maintainer email="apollo-maintainer@baidu.com">Apollo</maintainer>
9+
<maintainer email="apollo-support@baidu.com">Apollo</maintainer>
1010
<license>Apache License 2.0</license>
1111
<url type="website">https://www.apollo.auto/</url>
1212
<url type="repository">https://github.com/ApolloAuto/apollo</url>

0 commit comments

Comments
 (0)