test_tracetools package from ros2_tracing reporos2trace test_tracetools test_tracetools_launch tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace |
|
Package Summary
Tags | No category tags. |
Version | 4.1.1 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/ros2_tracing.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-11-07 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Tests for the tracetools package.
Additional Links
Maintainers
- Christophe Bedard
- Ingo Luetkebohle
Authors
- Christophe Bedard
README
No README found.
See repository README.
CHANGELOG
Changelog for package test_tracetools
4.1.1 (2022-11-07)
- Merge branch 'clalancette/release-4.1.0' into 'master'
- Contributors: Christophe Bedard
4.0.0 (2022-01-20)
- Introduce constants for tracepoint names
- Move actual tests out of tracetools_test to new test_tracetools package
- Contributors: Christophe Bedard
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
lifecycle_msgs | |
rclcpp | |
rclcpp_lifecycle | |
std_msgs | |
std_srvs | |
ament_cmake | |
ament_cmake_gtest | |
ament_cmake_mypy | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
tracetools | |
tracetools_test |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
test_tracetools_launch |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged test_tracetools at Robotics Stack Exchange
test_tracetools package from ros2_tracing reporos2trace test_ros2trace test_tracetools test_tracetools_launch tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace |
|
Package Summary
Tags | No category tags. |
Version | 6.3.3 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/ros2_tracing.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Tests for the tracetools package.
Additional Links
Maintainers
- Christophe Bedard
- Ingo Luetkebohle
Authors
- Christophe Bedard
README
No README found.
See repository README.
CHANGELOG
Changelog for package test_tracetools
6.3.3 (2024-11-09)
- Run relevant test_tracetools tests with all instrumented rmw impls (#132)
- Contributors: Christophe Bedard
6.3.2 (2024-07-11)
6.3.1 (2023-05-11)
- Disable tracing on Android (#72)
- Contributors: Przemysław Dąbrowski
6.3.0 (2023-04-18)
6.2.0 (2023-04-18)
6.1.0 (2023-04-13)
- Add intra-process tracepoints (#30)
- Contributors: ymski
6.0.0 (2023-04-12)
- Allow requiring minimum lttng package version for is_lttng_installed (#59)
- Disable tracing on macOS (#53)
- Include tracepoints by default on Linux (#31)
- Contributors: Christophe Bedard
5.1.0 (2023-03-02)
- Fix memory leak in tracetools::get_symbol() (#43)
- Contributors: Christophe Bedard
5.0.0 (2023-02-14)
- Update tracing to C++17. (#33)
- Contributors: Chris Lalancette
4.0.0 (2022-01-20)
- Introduce constants for tracepoint names
- Move actual tests out of tracetools_test to new test_tracetools package
- Contributors: Christophe Bedard
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
lifecycle_msgs | |
rclcpp | |
rclcpp_lifecycle | |
std_msgs | |
std_srvs | |
ament_cmake | |
ament_cmake_gtest | |
ament_cmake_mypy | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
tracetools | |
tracetools_test |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
test_ros2trace | |
test_tracetools_launch |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged test_tracetools at Robotics Stack Exchange
test_tracetools package from ros2_tracing repolttngpy ros2trace test_ros2trace test_tracetools test_tracetools_launch tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace |
|
Package Summary
Tags | No category tags. |
Version | 8.2.2 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/ros2_tracing.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-09-25 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Tests for the tracetools package.
Additional Links
Maintainers
- Christophe Bedard
- Ingo Luetkebohle
Authors
- Christophe Bedard
README
No README found.
See repository README.
CHANGELOG
Changelog for package test_tracetools
8.2.2 (2024-09-06)
- Run relevant test_tracetools tests with all instrumented rmw impls (#134)
- Make test_tracetools ping pubs/subs transient_local (#125) (#135) This will make sure that the initial [/ping]{.title-ref} message is received no matter the launch order of the [*ping]{.title-ref} and [*pong]{.title-ref} executables. Also, given this guarantee, cancel the timer after the initial [/ping]{.title-ref} message. Finally, add some helpful debug logs. (cherry picked from commit 00a4e99c461e005d093689e1bdbb6b6caa3f5960) Co-authored-by: Christophe Bedard <<christophe.bedard@apex.ai>>
- Contributors: Christophe Bedard, mergify[bot]
8.2.1 (2024-06-27)
8.2.0 (2024-04-16)
- Improve tracetools_test and simplify test_tracetools code (#109)
- Install test_tracetools_mark_process (#113)
- Remove unnecessary <string> include (#111)
- Include <string> in mark_process.cpp (#110)
- Remove unnecessary print in test (#108)
- Add test for GenericPublisher/Subscriber (#97)
- Use lttng_ust_tracef instead of lttng_ust__tracef (#103)
- Contributors: Christophe Bedard, h-suzuki-isp
8.1.0 (2024-03-27)
- Use a memcmp for the expected symbol name. (#100)
- Fix the build on RHEL-9. (#98)
- Allow tracing tests to be run in parallel with other tests (#95)
- Fix interference between test_tracetools and ros2lifecycle tests (#96)
- Make tracing test assert messages more descriptive (#93)
- Update tests and docs after new rmw_publish timestamp field (#90)
- Contributors: Chris Lalancette, Christophe Bedard
8.0.0 (2024-01-23)
- Switch to target_link_libraries in test_tracetools. (#83)
- Contributors: Chris Lalancette
7.1.0 (2023-08-23)
7.0.0 (2023-06-09)
6.4.1 (2023-05-11)
- Improve test coverage of rclcpp_callback_register in test_tracetools (#69)
- Disable tracing on Android (#71)
- Contributors: Christophe Bedard, Przemysław Dąbrowski
6.4.0 (2023-04-28)
6.3.0 (2023-04-18)
6.2.0 (2023-04-18)
6.1.0 (2023-04-13)
- Add intra-process tracepoints (#30)
- Contributors: ymski
6.0.0 (2023-04-12)
- Allow requiring minimum lttng package version for is_lttng_installed (#59)
- Disable tracing on macOS (#53)
- Include tracepoints by default on Linux (#31)
- Contributors: Christophe Bedard
5.1.0 (2023-03-02)
- Fix memory leak in tracetools::get_symbol() (#43)
- Contributors: Christophe Bedard
5.0.0 (2023-02-14)
- Update tracing to C++17. (#33)
- Contributors: Chris Lalancette
4.0.0 (2022-01-20)
- Introduce constants for tracepoint names
- Move actual tests out of tracetools_test to new test_tracetools package
- Contributors: Christophe Bedard
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
test_ros2trace | |
test_tracetools_launch |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged test_tracetools at Robotics Stack Exchange
test_tracetools package from ros2_tracing repolttngpy ros2trace test_ros2trace test_tracetools test_tracetools_launch tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace |
|
Package Summary
Tags | No category tags. |
Version | 8.4.0 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/ros2_tracing.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-11-11 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Tests for the tracetools package.
Additional Links
Maintainers
- Christophe Bedard
- Ingo Luetkebohle
Authors
- Christophe Bedard
README
No README found.
See repository README.
CHANGELOG
Changelog for package test_tracetools
8.4.0 (2024-10-15)
- Change expected rmw GID array size to 16 bytes (#138)
- Run test_tracetools tests against rmw_fastrtps_dynamic_cpp too (#127)
- Make test_tracetools ping pubs/subs transient_local (#125)
- Run relevant test_tracetools tests with all instrumented rmw impls (#116)
- Contributors: Christophe Bedard
8.3.0 (2024-04-26)
8.2.0 (2024-04-16)
- Improve tracetools_test and simplify test_tracetools code (#109)
- Install test_tracetools_mark_process (#113)
- Remove unnecessary <string> include (#111)
- Include <string> in mark_process.cpp (#110)
- Remove unnecessary print in test (#108)
- Add test for GenericPublisher/Subscriber (#97)
- Use lttng_ust_tracef instead of lttng_ust__tracef (#103)
- Contributors: Christophe Bedard, h-suzuki-isp
8.1.0 (2024-03-27)
- Use a memcmp for the expected symbol name. (#100)
- Fix the build on RHEL-9. (#98)
- Allow tracing tests to be run in parallel with other tests (#95)
- Fix interference between test_tracetools and ros2lifecycle tests (#96)
- Make tracing test assert messages more descriptive (#93)
- Update tests and docs after new rmw_publish timestamp field (#90)
- Contributors: Chris Lalancette, Christophe Bedard
8.0.0 (2024-01-23)
- Switch to target_link_libraries in test_tracetools. (#83)
- Contributors: Chris Lalancette
7.1.0 (2023-08-23)
7.0.0 (2023-06-09)
6.4.1 (2023-05-11)
- Improve test coverage of rclcpp_callback_register in test_tracetools (#69)
- Disable tracing on Android (#71)
- Contributors: Christophe Bedard, Przemysław Dąbrowski
6.4.0 (2023-04-28)
6.3.0 (2023-04-18)
6.2.0 (2023-04-18)
6.1.0 (2023-04-13)
- Add intra-process tracepoints (#30)
- Contributors: ymski
6.0.0 (2023-04-12)
- Allow requiring minimum lttng package version for is_lttng_installed (#59)
- Disable tracing on macOS (#53)
- Include tracepoints by default on Linux (#31)
- Contributors: Christophe Bedard
5.1.0 (2023-03-02)
- Fix memory leak in tracetools::get_symbol() (#43)
- Contributors: Christophe Bedard
5.0.0 (2023-02-14)
- Update tracing to C++17. (#33)
- Contributors: Chris Lalancette
4.0.0 (2022-01-20)
- Introduce constants for tracepoint names
- Move actual tests out of tracetools_test to new test_tracetools package
- Contributors: Christophe Bedard
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged test_tracetools at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.