-
Notifications
You must be signed in to change notification settings - Fork 19
Feature/hannes metrics #48
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
base: master
Are you sure you want to change the base?
Feature/hannes metrics #48
Conversation
…recording Conflicts: .gitignore atf_metrics/config/metrics.yaml
Conflicts: .gitignore atf_core/src/atf_core/recorder.py atf_metrics/config/metrics.yaml atf_metrics/src/atf_metrics/check_localization.py atf_presenter/scripts/presenter.py
| rospy.Time(0), | ||
| rospy.Duration.from_sec(1 / (2*self.tf_sampling_freq))) | ||
| (trans, rot) = self.listener.lookupTransform(self.root_frame, self.measured_frame, rospy.Time(0)) | ||
| # self.listener.waitForTransform("/map", |
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.
remove
| del self.node_data[node][res]["data"] | ||
|
|
||
| details["sum of nodes"].append(node) | ||
| # details["nodes"][node].append({"max":self.node_data[node][res]["max"]}) |
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.
remove
| if node not in self.node_data: | ||
| print "node : ", node | ||
| self.node_data[node] = {self.resource: {"data": [], "average": [], "min": [], "max": []}} | ||
| # elif resource not in self.node_data[node]: |
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.
remove
| del self.node_data[node][res]["data"] | ||
|
|
||
| details["sum of nodes"].append(node) | ||
| # details["nodes"][node].append({"max":self.node_data[node][res]["max"]}) |
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.
remove
| del self.node_data[node][res]["data"] | ||
|
|
||
| details["sum of received and sent bytes from nodes"].append(node) | ||
| # details["nodes"][node].append({"max":self.node_data[node][res]["max"]}) |
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.
remove
| self.test_config = config_file | ||
| def __init__(self, write_lock, bag_file_writer): | ||
| self.topic_prefix = "atf/" | ||
| file = "/home/fmw-hb/atf_catkin_ws/src/atf/hannes_test/config/test_configs/test1.yaml" |
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.
read from variable config_file
2772246 to
6115915
Compare
|
I am afraid we added the wrong package to rosdep, obviously there's a difference between psutil (https://pypi.python.org/pypi/psutil) and psutils (https://packages.ubuntu.com/de/trusty/psutils which is for handling PostScript documents) |
see cob_monitoring for the correct dependency |
No description provided.