Skip to content

Commit

Permalink
Merge branch 'develop' into feat/planning-control-evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 committed Jul 23, 2024
2 parents 2870b9a + 0c4b748 commit f2ff41c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions log_evaluator/launch/log_evaluator.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ def ensure_arg_compatibility(context: LaunchContext) -> list:
if launch_planning is not None:
conf["planning"] = str(launch_planning).lower()

map_path = dataset_path.joinpath("map")
conf["map_path"] = map_path.as_posix()
conf["map_path"] = dataset_path.joinpath("map").as_posix()
conf["vehicle_model"] = yaml_obj["VehicleModel"]
conf["sensor_model"] = yaml_obj["SensorModel"]
conf["t4_dataset_path"] = dataset_path.as_posix()
Expand Down

0 comments on commit f2ff41c

Please sign in to comment.