Skip to content

Conversation

@tobiasduerschmid
Copy link
Collaborator

Call detect.sh <bug-id> to run rosdiscover on a bug
Call container.sh <bug-id> <buggy/fixed> to run a docker container for either the buggy or fixed version

@@ -0,0 +1,60 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""This script is used to statically recover run-time architectures for entire ROS systems."""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this true? looks like copypasta

@@ -0,0 +1 @@
pipenv run python scripts/recover-system.py experiments/detection/subjects/$1/experiment.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add missing shebang to first line. also, can we move this to the scripts directory? (same comments apply to the above file.)

from common.config import (
DetectionExperimentConfig,
ExperimentConfig,
NodeSources,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like there's a few unused imports and deadcode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants