ipa320 / ros-model-extractors

3 stars 8 forks source link

Add the option to analyse all the nodes found within a package #9

Closed ipa-nhg closed 3 years ago

ipa-nhg commented 3 years ago

@ipa-hsd this version should work, I added a docker compose file to save locally the resulted files.

Use:

docker build --tag=haros_melodic -f melodic/Dockerfile .
docker build --tag=haros_noetic -f noetic/Dockerfile .
docker-compose up
python3 scripts/extract_pkgnames_rosdistro.py
ipa-nhg commented 3 years ago

The PR passed all the tests and it was properly tested by the large scale analysis experiments for the full distro.

@ipa-hsd thanks for your script