Skip to content

Conversation

@HannesBachter
Copy link
Contributor

No description provided.

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",
Copy link
Owner

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"]})
Copy link
Owner

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]:
Copy link
Owner

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"]})
Copy link
Owner

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"]})
Copy link
Owner

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"
Copy link
Owner

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

@HannesBachter HannesBachter force-pushed the feature/hannes_metrics branch from 2772246 to 6115915 Compare July 6, 2017 08:48
@HannesBachter
Copy link
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)

@fmessmer
Copy link
Collaborator

fmessmer commented Jul 6, 2017

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

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