- Add carla sensor base class
- Move
test
totests
in the root directory. - Improve map rendering speed.
- Improve the running efficiency of Bezier and b_spline interpolators by adding c++ implementation.
- Fix
type_node is none
bug - Fix bugs in test_b_spline.py.
- Fix pygame window unresponsive where events aren't handled
tactics2d.dataset_parser.NuPlanParser
: Identify the boundaries of a lane element.tactics2d.dataset_parser.WOMDParser
: Identify the boundaries of a lane element.tactics2d.dataset_parser.womd_proto
: Add compatibility to protobuf 3.x.x and 4.x.x.tactics2d.map.parser.OSMParser
: Handle the taghighway
inload_way
for the original OSM label style.tactics2d.dataset_parser
: Improve the efficiency.
- [#109] Tutorial for training an agent in the parking lot environment.
- [#101]
tactics2d/.github/workflows/tag_on_PR.yml
: Change the tag trigger toworkflow_dispatch
instead ofpull_request
. - [#109] Adjust some configurations within the parking environment.
- [#109] Improve the point generation process in Dubin's interpolator and Reeds-Shepp interpolator.
- [#101]
tactics2d/map/parser/parse_xodr.py
: Fix lane parsing error. - [#101]
tactics2d/map/parser/parse_osm.py
: Remove "height" tag when parsing OSM map with Lanelet2 tag style. - [#109] Fix the checking condition of the NoAction scenario event detection.
- [#109] Remove
action_mask.py
,rs_planner.py
,train_parking_agent.py
files in the tutorial folder.
The first release of the project.