ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to measure the hardware space of the running ROS node?

asked 2015-11-24 19:54:08 -0500

tn0432 gravatar image

Hello,

I need to measure the complexity of my algorithm. The algorithm is developed to run in ROS node. How do we measure the space of the running ROS node taken?

Thanks

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2015-11-25 06:00:31 -0500

Mehdi. gravatar image

updated 2015-11-25 06:00:42 -0500

You can use htop to monitor the CPU and memory usage of your processes.

edit flag offensive delete link more
0

answered 2015-11-25 07:08:52 -0500

yasagitov gravatar image

You can use Valgrind. It could show you all related statistics.

http://valgrind.org/

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-11-24 19:54:08 -0500

Seen: 248 times

Last updated: Nov 25 '15