Skip to content

Commit

Permalink
Missing default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Daraan committed Jul 29, 2024
1 parent d0a4a27 commit db69c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/python_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ Reload the current world, note that a new world is created with default settings
- `reset_settings` (_bool_) - Option to reset the episode setting to default values, set to false to keep the current settings. This is useful to keep sync mode when changing map and to keep deterministic scenarios.
- **Return:** _[carla.World](#carla.World)_
- **Raises:** RuntimeError when corresponding.
- <a name="carla.Client.replay_file"></a>**<font color="#7fb800">replay_file</font>**(<font color="#00a6ed">**self**</font>, <font color="#00a6ed">**name**</font>, <font color="#00a6ed">**start**</font>, <font color="#00a6ed">**duration**</font>, <font color="#00a6ed">**follow_id**</font>, <font color="#00a6ed">**replay_sensors**</font>)
- <a name="carla.Client.replay_file"></a>**<font color="#7fb800">replay_file</font>**(<font color="#00a6ed">**self**</font>, <font color="#00a6ed">**name**</font>, <font color="#00a6ed">**start**</font>, <font color="#00a6ed">**duration**</font>, <font color="#00a6ed">**follow_id**</font>, <font color="#00a6ed">**replay_sensors**=False</font>)
Load a new world with default settings using `map_name` map. All actors present in the current world will be destroyed, __but__ traffic manager instances will stay alive.
- **Parameters:**
- `name` (_str_) - Name of the file containing the information of the simulation.
Expand Down
1 change: 1 addition & 0 deletions PythonAPI/docs/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
ID of the actor to follow. If this is 0 then camera is disabled.
- param_name: replay_sensors
type: bool
default: false
doc: >
Flag to enable or disable the spawn of sensors during playback.
doc: >
Expand Down

0 comments on commit db69c0c

Please sign in to comment.