ros2_tracing icon indicating copy to clipboard operation
ros2_tracing copied to clipboard

Tracing tools for ROS 2.

Results 21 ros2_tracing issues
Sort by recently updated
recently updated
newest added

We've only instrumented `rclcpp` (and below), since the C++ client library is the obvious choice for applications for which performance is important. However, instrumenting `rclpy` would still be valuable; it...

enhancement
help wanted

Hello, I want to know if ros2_tracing support to trace rclpy? Lttng tools is too weak for python.

question

When using the `ros2 trace` command to configure LTTng, there's no warning if the trace directory (that the user is about to write to) already exists. LTTng itself simply appends...

enhancement

The nightly binary jobs have started failing a week or so ago. See https://github.com/ros-tooling/action-ros-ci/issues/768 Signed-off-by: Christophe Bedard

There are new warnings on CI related with this compiler option `strict-prototypes` https://ci.ros2.org/view/nightly/job/nightly_linux_clang_libcxx/1860/gcc/new/

Also add in hints so that we find the unversioned python3 before finding versioned ones. This must be merged before https://github.com/ros2/ros2/pull/1524 ; see that pull request for more information about...

Related with this build https://ci.ros2.org/view/nightly/job/nightly_linux_clang_libcxx/1846/clang-tidy/new/folder.106785574/ ``` must specify at least one argument for '...' parameter of variadic macro ``` [According with the documentation](https://github.com/ros2/ros2_tracing/blob/rolling/tracetools/include/tracetools/tracetools.h#L87-L96) the warning is expected. Warning is generated...

This is a follow-up to #94. #95 changed the tracing tests to be able to run them in parallel with normal tests and tracing tests. However, there was still an...

bug

Nightly GitHub CI sometimes hangs and fails. The failure always happens during tests for `test_tracetools_launch` (note the timestamps): ``` 2023-07-15T06:06:32.2792732Z Finished > test_tracetools_launch 2023-07-15T11:06:48.5788313Z ##[error]The operation was canceled. ``` `test_tracetools_launch`...

bug