Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 750 Bytes

Use the docker container to run the ros-model plugin for HAROS

Install docker https://docs.docker.com/install/linux/docker-ce/ubuntu/

Build the HAROS docker image, for your desired ROS distro version:

cd path-to-ros-model-extrcators-repo
[sudo] docker build --tag=haros_noetic -f noetic/Dockerfile .

Call the ros-model extractor plugin, remember you have to also clone the repository to be analysed:

[sudo] docker run -it haros_noetic:latest /haros_runner.sh *package_name* *node_name* *type* *path_to_resulted_model* *workspace_path* *github_repository* *branch*

For example:

[sudo] docker run -it haros_noetic:latest /haros_runner.sh cob_sick_s300 cob_sick_s300 node . /root/ws https://github.com/ipa320/cob_driver