Add launch tracing example
This commit is contained in:
parent
25f1913409
commit
ce17f503d1
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,11 @@ By default, it will enable all ROS tracepoints and a few kernel tracepoints. The
|
|||
|
||||
### Launch file trace action
|
||||
|
||||
Another option is to use the `Trace` action in a launch file along with your `Node` action(s).
|
||||
Another option is to use the `Trace` action in a launch file along with your `Node` action(s). This way, tracing happens when launching the launch file.
|
||||
|
||||
```
|
||||
$ ros2 launch tracetools_launch example.launch.py
|
||||
```
|
||||
|
||||
See [this example launch file](./tracetools_launch/launch/example.launch.py) for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue