Skip to content
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

ROS2 Node Profiling #31

Open
9 tasks
Ishaan-Datta opened this issue Oct 9, 2024 · 0 comments
Open
9 tasks

ROS2 Node Profiling #31

Ishaan-Datta opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@Ishaan-Datta
Copy link
Collaborator

  • ros2 topic hz Command: measure the publication rate and latency of a topic
  • ros2 latency Package: measuring round-trip latency between nodes
  • ros2 tracing: Use rqt with the ros2_trace plugin for visualization
  • rclcpp Profiler: ROS2 provides a built-in profiler for C++ nodes
  • System Profilers (e.g., perf, gprof, valgrind): Example with perf: sudo perf record -e cycles -g -- ros2 run your_package your_node
  • rqt
  • rviz
  • rttest
  • ros2_monitor
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

No branches or pull requests

3 participants