Skip to content

Commit

Permalink
chore: add LaunchSensing from scenario file
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Nov 29, 2024
1 parent 4885696 commit 818ab4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def ensure_arg_compatibility(context: LaunchContext) -> list:
else dataset_dir.joinpath(k)
) # t4_dataset_pathが引数で渡されていたら更新しない。指定ない場合はdata_dirから作る
conf["vehicle_id"] = v["VehicleId"]
conf["sensing"] = v["LaunchSensing"]
init_pose: dict | None = v.get("InitialPose")
if init_pose is not None:
conf["initial_pose"] = json.dumps(init_pose)
Expand Down

0 comments on commit 818ab4d

Please sign in to comment.