ADS-Testing / ADFuzz

Replication of "fuzzing autonomous driving systems in high-fidelity simulators"
MIT License
0 stars 0 forks source link

가상환경 사용을 위한 dependency 정비 #3

Closed nkwook closed 1 year ago

nkwook commented 1 year ago

pipenv를 이용해 python package들을 관리하고자 하였음(pip로 막 설치하는 경우 재현성이 떨어졌기에 dependency graph로 관리).

이 때 원본 requirements.txt에 필요없는 모듈들까지 존재하여 dependency 변경으로 인한 Pipfile.lock 생성에 너무 많은 시간이 걸려

관련 없는 라이브러리들을 삭제하였음.

nkwook commented 1 year ago

https://github.com/ADS-Testing/ADFuzz/commit/5537af8882a1b126eb5b66229ab1694b729b15d7 https://github.com/ADS-Testing/ADFuzz/commit/ce37ea38558499ad18e2f08755a0a689b72d1562

nkwook commented 1 year ago

ego vehicle이 움직이지 않는 에러 발견해 bug fix 하였음

https://github.com/ADS-Testing/ADFuzz/commit/1433a6d606616ea07ff2ed345474dcb8b3e891f3