Skip to content

Commit cab0ccc

Browse files
docs(tutorials): add content on how to increase max speed limitation (#653)
Signed-off-by: liuXinGangChina <lxg19892021@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fa0a946 commit cab0ccc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Loading
Loading

docs/tutorials/ad-hoc-simulation/planning-simulation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,15 @@ This section provides a step-by-step guide on using the Autoware Launch GUI for
272272
The above content describes the process for conducting some operations in the planning simulator using a sample map. If you are interested in running Autoware with maps of your own environment, please visit the [How to Create Vector Map](https://autowarefoundation.github.io/autoware-documentation/main/how-to-guides/integrating-autoware/creating-maps/#creating-maps) section for guidance.
273273

274274
![psim-custom-map](images/planning/others/psim-custom-map.png)
275+
276+
## Want to Try Autoware with Higher Speed?
277+
278+
The original Autoware is designed to operate at a wide speed range. But for safety reasons, the default maximum velocity has been limited to 15 km/h. In that case, even you drag the slider to a higher speed in rviz panel, the system will not allow it.
279+
280+
If you want to run Autoware at a higher speed, you can modify the `max_vel` parameter in the config file [common.param.yaml](https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/config/planning/scenario_planning/common/common.param.yaml) located in the `config` directory of your autoware_launch.
281+
282+
![common.param.yaml](images/planning/others/common.param.yaml.png)
283+
284+
For example, to set the maximum velocity to 72 km/h, you would change the value to `20.0` (since 72 km/h is equivalent to 20 m/s).
285+
286+
![increase-max-velocity](images/planning/others/increase-max-velocity.png)

0 commit comments

Comments
 (0)