Skip to content

Commit 4a3d044

Browse files
committed
rename Autoware Universe
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent e468e1e commit 4a3d044

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

common/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting Started
44

5-
The Autoware.Universe Common folder consists of common and testing libraries that are used by other Autoware components, as well as useful plugins for visualization in RVIZ2.
5+
The Autoware Universe Common folder consists of common and testing libraries that are used by other Autoware components, as well as useful plugins for visualization in RVIZ2.
66

77
!!! note
88

common/autoware_cuda_dependency_meta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Purpose
44

5-
This is a virtual package that packages on Autoware.universe that use CUDA must depend on.
5+
This is a virtual package that packages on Autoware Universe that use CUDA must depend on.

planning/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Getting Started
44

5-
The Autoware.Universe Planning Modules represent a cutting-edge component within the broader open-source autonomous driving software stack. These modules play a pivotal role in autonomous vehicle navigation, skillfully handling route planning, dynamic obstacle avoidance, and real-time adaptation to varied traffic conditions.
5+
The Autoware Universe Planning Modules represent a cutting-edge component within the broader open-source autonomous driving software stack. These modules play a pivotal role in autonomous vehicle navigation, skillfully handling route planning, dynamic obstacle avoidance, and real-time adaptation to varied traffic conditions.
66

77
- For high level concept of Planning Components, please refer to [Planning Component Design Document](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/planning/)
88
- To understand how Planning Components interacts with other components, please refer to [Planning Component Interface Document](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-interfaces/components/planning/)
9-
- The [Node Diagram](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/node-diagram/) illustrates the interactions, inputs, and outputs of all modules in the Autoware.Universe, including planning modules.
9+
- The [Node Diagram](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/node-diagram/) illustrates the interactions, inputs, and outputs of all modules in the Autoware Universe, including planning modules.
1010

1111
## Planning Module
1212

planning/autoware_mission_planner_universe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dynamic objects (e.g. pedestrians and other vehicles) and dynamic map informatio
88
Therefore, the output topic is only published when the goal pose or check points are given and will be latched until the new goal pose or check points are given.
99

1010
The core implementation does not depend on a map format. Any planning algorithms can be added as plugin modules.
11-
In current Autoware.universe, only the plugin for Lanelet2 map format is supported.
11+
In current Autoware Universe, only the plugin for Lanelet2 map format is supported.
1212

1313
This package also manages routes for MRM. The `route_selector` node duplicates the `mission_planner` interface and provides it for normal and MRM respectively.
1414
It distributes route requests and planning results according to current MRM operation state.

simulator/autoware_carla_interface/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# autoware_carla_interface
22

3-
## ROS 2/Autoware.universe bridge for CARLA simulator
3+
## ROS 2 / Autoware Universe bridge for CARLA simulator
44

55
Thanks to <https://github.com/gezp> for ROS 2 Humble support for CARLA Communication.
66
This ros package enables communication between Autoware and CARLA for autonomous driving simulation.

0 commit comments

Comments
 (0)