Skip to content

Commit

Permalink
feat: add a explanation to set max velocity (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored Mar 6, 2024
1 parent 3328020 commit e5d9d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to-guides/integrating-autoware/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,5 @@ Now the vehicle should drive along the calculated path!
## 6. Tune parameters for your vehicle & environment

You may need to tune your parameters depending on the domain in which you will operate your vehicle.

The maximum velocity is defined [here](https://github.com/autowarefoundation/autoware_launch/blob/c03bd4bdb70117efffc328e5fe6e57426f169b3b/autoware_launch/config/planning/scenario_planning/common/common.param.yaml#L3), that is 15km/h by default.
2 changes: 2 additions & 0 deletions docs/tutorials/ad-hoc-simulation/planning-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yabloc_pose_initializer

If not, please, follow [Manual downloading of artifacts](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/artifacts).

Change the [maximum velocity](https://github.com/autowarefoundation/autoware_launch/blob/c03bd4bdb70117efffc328e5fe6e57426f169b3b/autoware_launch/config/planning/scenario_planning/common/common.param.yaml#L3), that is 15km/h by default.

## Basic simulations

!!! info "[Using Autoware Launch GUI](#using-autoware-launch-gui)"
Expand Down

0 comments on commit e5d9d49

Please sign in to comment.