Open
Conversation
added 30 commits
March 3, 2017 12:54
…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
floweisshardt
requested changes
Jul 5, 2017
| 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", |
| del self.node_data[node][res]["data"] | ||
|
|
||
| details["sum of nodes"].append(node) | ||
| # details["nodes"][node].append({"max":self.node_data[node][res]["max"]}) |
| 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]: |
| del self.node_data[node][res]["data"] | ||
|
|
||
| details["sum of nodes"].append(node) | ||
| # details["nodes"][node].append({"max":self.node_data[node][res]["max"]}) |
| 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"]}) |
| 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" |
Owner
There was a problem hiding this comment.
read from variable config_file
2772246 to
6115915
Compare
Contributor
Author
|
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) |
Collaborator
see cob_monitoring for the correct dependency |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.