From d8fe5229c2e949d547afb41774b3510605f02ff0 Mon Sep 17 00:00:00 2001 From: a-maumau Date: Thu, 26 Sep 2024 18:05:06 +0900 Subject: [PATCH] add autoware prefix Signed-off-by: a-maumau --- docs/design/autoware-interfaces/components/localization.md | 2 +- .../creating-sensor-model/index.md | 4 ++-- .../launch-autoware/localization/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/design/autoware-interfaces/components/localization.md b/docs/design/autoware-interfaces/components/localization.md index 3c50e2b1eb2..0e3f929a5fa 100644 --- a/docs/design/autoware-interfaces/components/localization.md +++ b/docs/design/autoware-interfaces/components/localization.md @@ -90,7 +90,7 @@ Current velocity of the ego vehicle, published by the vehicle interface. - float lateral_velocity; - float heading_rate; -Before the velocity input localization interface, module `vehicle_velocity_converter` converts message type `autoware_auto_vehicle_msgs/msg/VelocityReport` to `geometry_msgs/msg/TwistWithCovarianceStamped`. +Before the velocity input localization interface, module `autoware_vehicle_velocity_converter` converts message type `autoware_auto_vehicle_msgs/msg/VelocityReport` to `geometry_msgs/msg/TwistWithCovarianceStamped`. ## Outputs diff --git a/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-sensor-model/index.md b/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-sensor-model/index.md index 8fc0ca9c257..04eff8fc2a7 100644 --- a/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-sensor-model/index.md +++ b/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-sensor-model/index.md @@ -420,7 +420,7 @@ The current autoware sensing launch files design for `sensor_kit_launch` package -The `sensing.launch.xml` also launches `vehicle_velocity_converter` package +The `sensing.launch.xml` also launches `autoware_vehicle_velocity_converter` package for converting `autoware_auto_vehicle_msgs::msg::VelocityReport` message to `geometry_msgs::msg::TwistWithCovarianceStamped` for gyro_odometer node. So, be sure @@ -429,7 +429,7 @@ or you must update `input_vehicle_velocity_topic` at `sensing.launch.xml`. ```diff ... - + - + diff --git a/docs/how-to-guides/integrating-autoware/launch-autoware/localization/index.md b/docs/how-to-guides/integrating-autoware/launch-autoware/localization/index.md index db044ed9a9e..1daa54f11f1 100644 --- a/docs/how-to-guides/integrating-autoware/launch-autoware/localization/index.md +++ b/docs/how-to-guides/integrating-autoware/launch-autoware/localization/index.md @@ -95,7 +95,7 @@ you can add this argument on `tier4_localization_component.launch.xml` launch fi ``` **Note:** Gyro odometer input topic provided from velocity converter package. This package will be launched at sensor_kit. For more information, -please check [velocity converter package](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/vehicle_velocity_converter). +please check [velocity converter package](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/autoware_vehicle_velocity_converter). ## Note when using non NDT pose estimator