More info (#28)
* boundary to exterior * rename copy to cp, avoiding bugs * add connectivity and sidewalk/cross for nuscenes * update lane type * add semantic renderer * restore * nuplan works * format
This commit is contained in:
@@ -130,7 +130,7 @@ More operations and details is available at :ref:`operations`.
|
||||
The database can be loaded to MetaDrive simulator for scenario replay or closed-loop simulation.
|
||||
First of all, let's replay scenarios in the ``exp_converted`` database::
|
||||
|
||||
python -m scenarionet.sim -d /path/to/exp_converted
|
||||
python -m scenarionet.sim -d /path/to/exp_converted --render 2D
|
||||
|
||||
|
||||
By adding ``--render 3D`` flag, we can use 3D renderer::
|
||||
|
||||
@@ -267,7 +267,7 @@ When ``--remove_source`` is added, this ``copy`` command will be changed to ``mo
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
python -m scenarionet.copy [-h] --from FROM --to TO [--remove_source] [--copy_raw_data]
|
||||
python -m scenarionet.cp [-h] --from FROM --to TO [--remove_source] [--copy_raw_data]
|
||||
[--exist_ok] [--overwrite]
|
||||
|
||||
Move or Copy an existing database
|
||||
@@ -395,7 +395,7 @@ please check Section :ref:`simulation` or the `MetaDrive document <https://metad
|
||||
.. code-block:: text
|
||||
|
||||
python -m scenarionet.sim [-h] --database_path DATABASE_PATH
|
||||
[--render {none,2D,3D,advanced}]
|
||||
[--render {none,2D,3D,advanced,semantic}]
|
||||
[--scenario_index SCENARIO_INDEX]
|
||||
|
||||
Load a database to simulator and replay scenarios
|
||||
@@ -404,7 +404,7 @@ please check Section :ref:`simulation` or the `MetaDrive document <https://metad
|
||||
-h, --help show this help message and exit
|
||||
--database_path DATABASE_PATH, -d DATABASE_PATH
|
||||
The path of the database
|
||||
--render {none,2D,3D,advanced}
|
||||
--render {none,2D,3D,advanced,semantic}
|
||||
--scenario_index SCENARIO_INDEX
|
||||
Specifying a scenario to run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user