You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/autoware-architecture-v1/interfaces/components/vehicle-interface.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This may not be suitable for all vehicles and we thus distinguish between two ty
25
25
26
26
For vehicles of type 2,
27
27
a vehicle adapter is necessary to convert the Autoware control command into the vehicle specific commands.
28
-
For an example, see the [raw_vehicle_cmd_converter](https://autowarefoundation.github.io/autoware_universe/main/vehicle/raw_vehicle_cmd_converter/)
28
+
For an example, see the [raw_vehicle_cmd_converter](https://autowarefoundation.github.io/autoware_universe/main/vehicle/autoware_raw_vehicle_cmd_converter/)
29
29
which converts the target speed and steering angle to acceleration, steering, and brake mechanical inputs.
Copy file name to clipboardExpand all lines: docs/tutorials/integrating-autoware/creating-vehicle-and-sensor-model/creating-vehicle-model/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Now, we will modify these files according to our vehicle design.
105
105
### mirror.param.yaml
106
106
107
107
This file describes your vehicle mirror dimension for
108
-
[CropBox filter](https://autowarefoundation.github.io/autoware_universe/main/sensing/pointcloud_preprocessor/docs/crop-box-filter/) of [PointCloudPreprocessor](../../../../design/autoware-architecture-v1/components/sensing/data-types/point-cloud.md).
108
+
[CropBox filter](https://autowarefoundation.github.io/autoware_universe/main/sensing/autoware_pointcloud_preprocessor/docs/crop-box-filter/) of [PointCloudPreprocessor](../../../../design/autoware-architecture-v1/components/sensing/data-types/point-cloud.md).
109
109
This is important for cropping mirrors from your lidar's point cloud.
110
110
111
111
The `mirror.param.yaml` consist of the following parameters:
@@ -139,7 +139,7 @@ it could be negative value like the mirror dimension figure below.
139
139
140
140
### simulator_model.param.yaml
141
141
142
-
This file is a configuration file for the [simulator environment](https://autowarefoundation.github.io/autoware_universe/main/simulator/simple_planning_simulator/).
142
+
This file is a configuration file for the [simulator environment](https://autowarefoundation.github.io/autoware_universe/main/simulator/autoware_simple_planning_simulator/).
143
143
Please update these parameters according to your vehicle specifications.
144
144
For detailed information about variables,
145
145
please check the [simple_planning_simulator](https://github.com/autowarefoundation/autoware_universe/tree/main/simulator/simple_planning_simulator) package.
0 commit comments