Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 539 Bytes

README.tracer.md

File metadata and controls

27 lines (19 loc) · 539 Bytes

Using Tracer

Tracer supports tracing and vizualization for processes including ROS node.

1. How to Install

$ cd $(TOPDIR)/ROSCH/Tracer
$ make

2. How to use

Please list the nodes you trace on the $(TOPDIR)/trace_rosch.yaml. After that, please run following commands.

$ cd bin
$ ./Tracer (a GUI application is launched)

Required ROS node information:

  • nodename: the name of ROS node (process)
  • sub_topic: topic for subscribe
  • pub_topic: topic for publish
  • deadline: period (Optional)