|
Package Summary
Tags | No category tags. |
Version | 0.20.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/demos.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-01-10 |
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
Additional Links
Maintainers
- Mabel Zhang
- Michael Jeronimo
- Amazon ROS Contributions
Authors
Topic Statistics Demo
The demo application in this package demonstrates Topic Statistics feature in ROS 2. The application creates ROS 2 nodes to publish messages to topics, subscribes to the statistics topic and displays the statistics data received.
The demo application in this package display_topic_statistics
creates the following ROS 2 nodes:
1. Talker and Listener nodes to generate message traffic
2. Statistics listener node to display generated statistics
The application requires an argument message_type
- the type of message chatter to generate.
Possible values are string
and imu
.
The application also accepts the following optional arguments to configure the Listener node's subscription:
1. --publish-topic
: Topic to which topic statistics are published. Default topic is /statistics
.
2. --publish-period
: Publish period for publication of statistics. Default value is 5s.
Once the application starts, the talker node will publish messages on a topic that the listener node has subscribed to. The listener's subscription will generate topic statistics upon receiving messages. Statistics are published to the statistics topic at a pre-determined frequency. The statistics listener node listens to these statistics and prints them for the user to see.
Changelog for package topic_statistics_demo
0.20.3 (2023-01-10)
0.20.2 (2022-05-10)
0.20.1 (2022-04-08)
0.20.0 (2022-03-01)
- Install includes to include/\${PROJECT_NAME} (#548)
- Contributors: Shane Loretz
0.19.0 (2022-01-14)
0.18.0 (2021-12-17)
- Additional fixes for documentation in demos. (#538)
- Contributors: Chris Lalancette
0.17.0 (2021-10-18)
- Fixing deprecated subscriber callback warnings (#532)
- Contributors: Abrar Rahman Protyasha
0.16.0 (2021-08-11)
0.15.0 (2021-05-14)
0.14.2 (2021-04-26)
0.14.1 (2021-04-19)
0.14.0 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#496)
- Contributors: Chris Lalancette
0.13.0 (2021-03-25)
0.12.1 (2021-03-18)
0.12.0 (2021-01-25)
- Update logging macros (#476)
- Contributors: Audrow Nash
0.11.0 (2020-12-10)
- Update the package.xml files with the latest Open Robotics maintainers (#466)
- Contributors: Michael Jeronimo
0.10.1 (2020-09-21)
- Create new topic statistics demo package (#454)
- Contributors: Prajakta Gokhale
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | rclcpp | |
1 | rcutils | |
2 | sensor_msgs | |
2 | statistics_msgs | |
1 | ament_cmake | |
1 | ament_lint_auto | |
1 | ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged topic_statistics_demo at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 0.27.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/demos.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-05-19 |
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
Additional Links
Maintainers
- Aditya Pande
- Audrow Nash
- Michael Jeronimo
Authors
- Amazon ROS Contributions
- Mabel Zhang
- Michael Jeronimo
Topic Statistics Demo
The demo application in this package demonstrates Topic Statistics feature in ROS 2. The application creates ROS 2 nodes to publish messages to topics, subscribes to the statistics topic and displays the statistics data received.
The demo application in this package display_topic_statistics
creates the following ROS 2 nodes:
1. Talker and Listener nodes to generate message traffic
2. Statistics listener node to display generated statistics
The application requires an argument message_type
- the type of message chatter to generate.
Possible values are string
and imu
.
The application also accepts the following optional arguments to configure the Listener node's subscription:
1. --publish-topic
: Topic to which topic statistics are published. Default topic is /statistics
.
2. --publish-period
: Publish period for publication of statistics. Default value is 5s.
Once the application starts, the talker node will publish messages on a topic that the listener node has subscribed to. The listener's subscription will generate topic statistics upon receiving messages. Statistics are published to the statistics topic at a pre-determined frequency. The statistics listener node listens to these statistics and prints them for the user to see.
Changelog for package topic_statistics_demo
0.27.1 (2023-05-11)
0.27.0 (2023-04-13)
0.26.0 (2023-04-11)
0.25.0 (2023-03-01)
0.24.1 (2023-02-24)
0.24.0 (2023-02-14)
- Update the demos to C++17. (#594)
- [rolling] Update maintainers - 2022-11-07 (#589)
- Contributors: Audrow Nash, Chris Lalancette
0.23.0 (2022-11-02)
0.22.0 (2022-09-13)
0.21.0 (2022-04-29)
0.20.1 (2022-04-08)
0.20.0 (2022-03-01)
- Install includes to include/\${PROJECT_NAME} (#548)
- Contributors: Shane Loretz
0.19.0 (2022-01-14)
0.18.0 (2021-12-17)
- Additional fixes for documentation in demos. (#538)
- Contributors: Chris Lalancette
0.17.0 (2021-10-18)
- Fixing deprecated subscriber callback warnings (#532)
- Contributors: Abrar Rahman Protyasha
0.16.0 (2021-08-11)
0.15.0 (2021-05-14)
0.14.2 (2021-04-26)
0.14.1 (2021-04-19)
0.14.0 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#496)
- Contributors: Chris Lalancette
0.13.0 (2021-03-25)
0.12.1 (2021-03-18)
0.12.0 (2021-01-25)
- Update logging macros (#476)
- Contributors: Audrow Nash
0.11.0 (2020-12-10)
- Update the package.xml files with the latest Open Robotics maintainers (#466)
- Contributors: Michael Jeronimo
0.10.1 (2020-09-21)
- Create new topic statistics demo package (#454)
- Contributors: Prajakta Gokhale
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | rclcpp | |
1 | rcutils | |
2 | sensor_msgs | |
2 | statistics_msgs | |
1 | ament_cmake | |
1 | ament_lint_auto | |
1 | ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged topic_statistics_demo at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 0.31.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/demos.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2023-09-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
Additional Links
Maintainers
- Aditya Pande
- Audrow Nash
- Michael Jeronimo
Authors
- Amazon ROS Contributions
- Mabel Zhang
- Michael Jeronimo
Topic Statistics Demo
The demo application in this package demonstrates Topic Statistics feature in ROS 2. The application creates ROS 2 nodes to publish messages to topics, subscribes to the statistics topic and displays the statistics data received.
The demo application in this package display_topic_statistics
creates the following ROS 2 nodes:
1. Talker and Listener nodes to generate message traffic
2. Statistics listener node to display generated statistics
The application requires an argument message_type
- the type of message chatter to generate.
Possible values are string
and imu
.
The application also accepts the following optional arguments to configure the Listener node's subscription:
1. --publish-topic
: Topic to which topic statistics are published. Default topic is /statistics
.
2. --publish-period
: Publish period for publication of statistics. Default value is 5s.
Once the application starts, the talker node will publish messages on a topic that the listener node has subscribed to. The listener's subscription will generate topic statistics upon receiving messages. Statistics are published to the statistics topic at a pre-determined frequency. The statistics listener node listens to these statistics and prints them for the user to see.
Changelog for package topic_statistics_demo
0.31.1 (2023-09-07)
0.31.0 (2023-08-21)
0.30.1 (2023-07-11)
0.30.0 (2023-06-12)
0.29.0 (2023-06-07)
0.28.1 (2023-05-11)
0.28.0 (2023-04-27)
0.27.0 (2023-04-13)
0.26.0 (2023-04-11)
0.25.0 (2023-03-01)
0.24.1 (2023-02-24)
0.24.0 (2023-02-14)
- Update the demos to C++17. (#594)
- [rolling] Update maintainers - 2022-11-07 (#589)
- Contributors: Audrow Nash, Chris Lalancette
0.23.0 (2022-11-02)
0.22.0 (2022-09-13)
0.21.0 (2022-04-29)
0.20.1 (2022-04-08)
0.20.0 (2022-03-01)
- Install includes to include/\${PROJECT_NAME} (#548)
- Contributors: Shane Loretz
0.19.0 (2022-01-14)
0.18.0 (2021-12-17)
- Additional fixes for documentation in demos. (#538)
- Contributors: Chris Lalancette
0.17.0 (2021-10-18)
- Fixing deprecated subscriber callback warnings (#532)
- Contributors: Abrar Rahman Protyasha
0.16.0 (2021-08-11)
0.15.0 (2021-05-14)
0.14.2 (2021-04-26)
0.14.1 (2021-04-19)
0.14.0 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#496)
- Contributors: Chris Lalancette
0.13.0 (2021-03-25)
0.12.1 (2021-03-18)
0.12.0 (2021-01-25)
- Update logging macros (#476)
- Contributors: Audrow Nash
0.11.0 (2020-12-10)
- Update the package.xml files with the latest Open Robotics maintainers (#466)
- Contributors: Michael Jeronimo
0.10.1 (2020-09-21)
- Create new topic statistics demo package (#454)
- Contributors: Prajakta Gokhale
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | rclcpp | |
1 | rcutils | |
2 | sensor_msgs | |
2 | statistics_msgs | |
1 | ament_cmake | |
1 | ament_lint_auto | |
1 | ament_lint_common |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged topic_statistics_demo at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 0.14.4 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/demos.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-12-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
Additional Links
Maintainers
- Mabel Zhang
- Michael Jeronimo
- Amazon ROS Contributions
Authors
Topic Statistics Demo
The demo application in this package demonstrates Topic Statistics feature in ROS 2. The application creates ROS 2 nodes to publish messages to topics, subscribes to the statistics topic and displays the statistics data received.
The demo application in this package display_topic_statistics
creates the following ROS 2 nodes:
1. Talker and Listener nodes to generate message traffic
2. Statistics listener node to display generated statistics
The application requires an argument message_type
- the type of message chatter to generate.
Possible values are string
and imu
.
The application also accepts the following optional arguments to configure the Listener node's subscription:
1. --publish-topic
: Topic to which topic statistics are published. Default topic is /statistics
.
2. --publish-period
: Publish period for publication of statistics. Default value is 5s.
Once the application starts, the talker node will publish messages on a topic that the listener node has subscribed to. The listener's subscription will generate topic statistics upon receiving messages. Statistics are published to the statistics topic at a pre-determined frequency. The statistics listener node listens to these statistics and prints them for the user to see.
Changelog for package topic_statistics_demo
0.14.4 (2022-12-06)
0.14.3 (2021-05-10)
0.14.2 (2021-04-26)
0.14.1 (2021-04-19)
0.14.0 (2021-04-06)
- Change index.ros.org -> docs.ros.org. (#496)
- Contributors: Chris Lalancette
0.13.0 (2021-03-25)
0.12.1 (2021-03-18)
0.12.0 (2021-01-25)
- Update logging macros (#476)
- Contributors: Audrow Nash
0.11.0 (2020-12-10)
- Update the package.xml files with the latest Open Robotics maintainers (#466)
- Contributors: Michael Jeronimo
0.10.1 (2020-09-21)
- Create new topic statistics demo package (#454)
- Contributors: Prajakta Gokhale
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | rclcpp | |
1 | rcutils | |
2 | sensor_msgs | |
2 | statistics_msgs | |
1 | ament_cmake | |
1 | ament_lint_auto | |
1 | ament_lint_common |