Skip to content

Commit 0e68ac7

Browse files
authored
chore: reflect the move of the description packages (#11969)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent a5a27e8 commit 0e68ac7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common/autoware_boundary_departure_checker/test/test_calc_max_search_length_for_boundaries.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Trajectory create_trajectory(const std::vector<Eigen::Vector2d> & points)
3939
}
4040

4141
// reference:
42-
// https://github.com/autowarefoundation/sample_vehicle_launch/blob/main/sample_vehicle_description/config/vehicle_info.param.yaml
42+
// https://github.com/autowarefoundation/autoware_core/blob/main/description/autoware_sample_vehicle_description/config/vehicle_info.param.yaml
4343
constexpr double wheel_radius_m = 0.383;
4444
constexpr double wheel_width_m = 0.235;
4545
constexpr double wheel_base_m = 2.79;

common/autoware_boundary_departure_checker/test/test_create_vehicle_footprints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PathWithLaneId create_path(const std::vector<std::pair<Eigen::Vector2d, double>>
7373
}
7474

7575
// reference:
76-
// https://github.com/autowarefoundation/sample_vehicle_launch/blob/main/sample_vehicle_description/config/vehicle_info.param.yaml
76+
// https://github.com/autowarefoundation/autoware_core/blob/main/description/autoware_sample_vehicle_description/config/vehicle_info.param.yaml
7777
constexpr double wheel_radius_m = 0.383;
7878
constexpr double wheel_width_m = 0.235;
7979
constexpr double wheel_base_m = 2.79;

control/autoware_smart_mpc_trajectory_follower/autoware_smart_mpc_trajectory_follower/param/nominal_param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# default parameter is set for sample_vehicle of AWF: https://github.com/autowarefoundation/sample_vehicle_launch/tree/main/sample_vehicle_description
1+
# default parameter is set for sample_vehicle of AWF: https://github.com/autowarefoundation/autoware_core/blob/main/description/autoware_sample_vehicle_description
22
nominal_parameter:
33
vehicle_info:
44
wheel_base: 2.79

simulator/autoware_simple_planning_simulator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We created a few basic models to showcase how `LEARNED_STEER_VEL` works.
144144

145145
1. Install [a library](https://github.com/atomyks/control_analysis_pipeline/tree/v0.1_autoware) that contains basic Python models. (branch: `v0.1_autoware`)
146146

147-
2. In a file `src/vehicle/sample_vehicle_launch/sample_vehicle_description/config/simulator_model.param.yaml` set `vehicle_model_type` to `LEARNED_STEER_VEL`. In the same file set the following parameters. These models are for testing and do not require any parameter file.
147+
2. In a file `src/core/autoware_core/description/autoware_sample_vehicle_description/config/simulator_model.param.yaml` set `vehicle_model_type` to `LEARNED_STEER_VEL`. In the same file set the following parameters. These models are for testing and do not require any parameter file.
148148

149149
```yaml
150150
model_module_paths:

0 commit comments

Comments
 (0)