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

Is there a good Profiler for ROS?

asked 2019-08-07 08:01:44 -0500

harderthan gravatar image

Hello. I'm looking for a profiler to develop some ROS packages.

I have several packages of a project. And I want to do, dividing one node to several node, merging several node to one node. For this, I need to profile performance of my packages.

Is there any good profiler for ROS?

I found this.
Can you advise about this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-07 09:00:56 -0500

stevejp gravatar image

What are the performance metrics you want to use for deciding if you want to break 1 node into many, or combine many into 1? Have you looked at just using a standard profiling tool? I use perf for profiling my code and it does everything I need.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-08-07 08:01:44 -0500

Seen: 1,275 times

Last updated: Aug 07 '19