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:
Quanyi Li
2023-09-22 00:40:08 +01:00
committed by GitHub
parent 403af36ba1
commit f1865048c7
7 changed files with 111 additions and 18 deletions

View File

@@ -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::

View File

@@ -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