-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quality of life scripts #28
base: main
Are you sure you want to change the base?
Conversation
@@ -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.""" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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?
Call
detect.sh <bug-id>
to run rosdiscover on a bugCall
container.sh <bug-id> <buggy/fixed>
to run a docker container for either the buggy or fixed version