Package Summary

Tags No category tags.
Version 4.0.2
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version ros2-humble
Last Updated 2025-03-12
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Austin Hendrix
  • Brice Rebsamen
  • Christian Henkel
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen

General information about this repository, including legal information, build instructions and known issues/limitations, are given in README.md in the repository root.

The self_test package

This package can be used to implement self tests for ROS packages.

Overview

It publishes a service for the node to call to perform the self test. This then performs multiple user-defined checks on the node and reports the results.

Example

The file selftest_example.cpp contains an example of how to use the self_test package.

When we then call $ ros2 run self_test run_selftest we get the following output:

[INFO] [...] [...]: Self test FAILED for device with id: [12345]
[INFO] [...] [...]: 1) Pretest
[INFO] [...] [...]: 	Pretest completed successfully.
[INFO] [...] [...]: 2) ID Lookup
[INFO] [...] [...]: 	ID Lookup successful
[INFO] [...] [...]: 3) Exception generating test
[ERROR] [...] [...]: 	Uncaught exception: we did something that threw an exception
[INFO] [...] [...]: 4) Value generating test
[INFO] [...] [...]: 	We successfully changed the value.
[INFO] [...] [...]: 	[some value] 42
[INFO] [...] [...]: 5) Value testing test
[INFO] [...] [...]: 	We observed the change in value

C++ API

The TestRunner class is the main class for self tests. It has a method _add which must be used to add the specific test as callback methods. The TestRunner then advertises the relevant self_test service and calls the aforemntioned callbacks when requested.

Nodes

run_selftest

This node is used to call the self test service.

CHANGELOG

Changelog for package self_test

4.0.2 (2025-02-10)

3.2.1 (2024-06-27)

  • Building in docker (#335)
  • Contributors: Christian Henkel

3.2.0 (2024-03-22)

  • Self test publishes the service under the node name, again (#269)
  • Contributors: Christian Henkel

3.1.2 (2023-03-24)

3.1.1 (2023-03-16)

  • Secretly supporting galactic (#295)
  • exporting includes (#292)
  • Maintainer update
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.1.0 (2023-01-26)

  • Merge of foxy and humble history into rolling for future maintenance from one branch only.
  • Adding READMEs to the repo (#270)
  • License fixes (#263)
  • Fix/cleanup ros1 (#257)
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)

* Contributors: Karsten Knese 2.0.9 (2022-11-12) ------------------

2.0.8 (2021-08-03)

2.0.7 (2021-03-04)

2.0.6 (2021-01-28)

2.0.5 (2021-01-06)

2.0.4 (2020-08-05)

2.0.3 (2020-07-09)

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.2.2
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version ros2-jazzy
Last Updated 2025-03-12
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Austin Hendrix
  • Brice Rebsamen
  • Christian Henkel
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen

General information about this repository, including legal information, build instructions and known issues/limitations, are given in README.md in the repository root.

The self_test package

This package can be used to implement self tests for ROS packages.

Overview

It publishes a service for the node to call to perform the self test. This then performs multiple user-defined checks on the node and reports the results.

Example

The file selftest_example.cpp contains an example of how to use the self_test package.

When we then call $ ros2 run self_test run_selftest we get the following output:

[INFO] [...] [...]: Self test FAILED for device with id: [12345]
[INFO] [...] [...]: 1) Pretest
[INFO] [...] [...]: 	Pretest completed successfully.
[INFO] [...] [...]: 2) ID Lookup
[INFO] [...] [...]: 	ID Lookup successful
[INFO] [...] [...]: 3) Exception generating test
[ERROR] [...] [...]: 	Uncaught exception: we did something that threw an exception
[INFO] [...] [...]: 4) Value generating test
[INFO] [...] [...]: 	We successfully changed the value.
[INFO] [...] [...]: 	[some value] 42
[INFO] [...] [...]: 5) Value testing test
[INFO] [...] [...]: 	We observed the change in value

C++ API

The TestRunner class is the main class for self tests. It has a method _add which must be used to add the specific test as callback methods. The TestRunner then advertises the relevant self_test service and calls the aforemntioned callbacks when requested.

Nodes

run_selftest

This node is used to call the self test service.

CHANGELOG

Changelog for package self_test

4.2.2 (2025-02-10)

4.2.1 (2024-07-30)

4.0.1 (2024-06-27)

4.0.0 (2024-03-22)

  • Self test publishes the service under the node name, again (#269)
  • Contributors: Christian Henkel

3.1.2 (2023-03-24)

3.1.1 (2023-03-16)

  • Secretly supporting galactic (#295)
  • exporting includes (#292)
  • Maintainer update
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.1.0 (2023-01-26)

  • Merge of foxy and humble history into rolling for future maintenance from one branch only.
  • Adding READMEs to the repo (#270)
  • License fixes (#263)
  • Fix/cleanup ros1 (#257)
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)

* Contributors: Karsten Knese 2.0.9 (2022-11-12) ------------------

2.0.8 (2021-08-03)

2.0.7 (2021-03-04)

2.0.6 (2021-01-28)

2.0.5 (2021-01-06)

2.0.4 (2020-08-05)

2.0.3 (2020-07-09)

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.4.2
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version ros2
Last Updated 2025-03-12
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Austin Hendrix
  • Brice Rebsamen
  • Christian Henkel
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen

General information about this repository, including legal information, build instructions and known issues/limitations, are given in README.md in the repository root.

The self_test package

This package can be used to implement self tests for ROS packages.

Overview

It publishes a service for the node to call to perform the self test. This then performs multiple user-defined checks on the node and reports the results.

Example

The file selftest_example.cpp contains an example of how to use the self_test package.

When we then call $ ros2 run self_test run_selftest we get the following output:

[INFO] [...] [...]: Self test FAILED for device with id: [12345]
[INFO] [...] [...]: 1) Pretest
[INFO] [...] [...]: 	Pretest completed successfully.
[INFO] [...] [...]: 2) ID Lookup
[INFO] [...] [...]: 	ID Lookup successful
[INFO] [...] [...]: 3) Exception generating test
[ERROR] [...] [...]: 	Uncaught exception: we did something that threw an exception
[INFO] [...] [...]: 4) Value generating test
[INFO] [...] [...]: 	We successfully changed the value.
[INFO] [...] [...]: 	[some value] 42
[INFO] [...] [...]: 5) Value testing test
[INFO] [...] [...]: 	We observed the change in value

C++ API

The TestRunner class is the main class for self tests. It has a method _add which must be used to add the specific test as callback methods. The TestRunner then advertises the relevant self_test service and calls the aforemntioned callbacks when requested.

Nodes

run_selftest

This node is used to call the self test service.

CHANGELOG

Changelog for package self_test

4.4.2 (2025-02-10)

4.3.1 (2024-07-30)

3.2.1 (2024-06-27)

  • Building in docker (#335)
  • Contributors: Christian Henkel

3.2.0 (2024-03-22)

  • Self test publishes the service under the node name, again (#269)
  • Contributors: Christian Henkel

3.1.2 (2023-03-24)

3.1.1 (2023-03-16)

  • Secretly supporting galactic (#295)
  • exporting includes (#292)
  • Maintainer update
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.1.0 (2023-01-26)

  • Merge of foxy and humble history into rolling for future maintenance from one branch only.
  • Adding READMEs to the repo (#270)
  • License fixes (#263)
  • Fix/cleanup ros1 (#257)
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)

* Contributors: Karsten Knese 2.0.9 (2022-11-12) ------------------

2.0.8 (2021-08-03)

2.0.7 (2021-03-04)

2.0.6 (2021-01-28)

2.0.5 (2021-01-06)

2.0.4 (2020-08-05)

2.0.3 (2020-07-09)

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

self_test package from autodrrt repo

autonomous_emergency_braking control_performance_analysis control_validator external_cmd_selector joy_controller lane_departure_checker mpc_lateral_controller obstacle_collision_checker operation_mode_transition_manager pid_longitudinal_controller predicted_path_checker pure_pursuit shift_decider trajectory_follower_base trajectory_follower_node vehicle_cmd_gate diagnostic_converter kinematic_evaluator localization_evaluator planning_evaluator ekf_localizer geo_pose_projector gyro_odometer ar_tag_based_localizer landmark_manager localization_error_monitor localization_util ndt_scan_matcher pose2twist pose_initializer pose_instability_detector stop_filter tree_structured_parzen_estimator twist2accel yabloc_common yabloc_image_processing yabloc_monitor yabloc_particle_filter yabloc_pose_initializer map_height_fitter map_loader map_projection_loader map_tf_generator lanelet2_map_preprocessor ros2_bevdet ros2_bevformer bevfusion bytetrack cluster_merger compare_map_segmentation crosswalk_traffic_light_estimator detected_object_feature_remover detected_object_validation detection_by_tracker elevation_map_loader euclidean_cluster front_vehicle_velocity_estimator ground_segmentation heatmap_visualizer image_projection_based_fusion lidar_apollo_instance_segmentation lidar_apollo_segmentation_tvm lidar_apollo_segmentation_tvm_nodes lidar_centerpoint lidar_centerpoint_tvm map_based_prediction multi_object_tracker object_merger object_range_splitter object_velocity_splitter occupancy_grid_map_outlier_filter probabilistic_occupancy_grid_map radar_crossing_objects_noise_filter radar_fusion_to_detected_object radar_object_clustering radar_object_tracker radar_tracks_msgs_converter shape_estimation simple_object_merger tensorrt_classifier tensorrt_yolo tensorrt_yolox tracking_object_merger traffic_light_arbiter traffic_light_classifier traffic_light_fine_detector traffic_light_map_based_detector traffic_light_multi_camera_fusion traffic_light_occlusion_predictor traffic_light_ssd_fine_detector traffic_light_visualization behavior_path_avoidance_by_lane_change_module behavior_path_avoidance_module behavior_path_external_request_lane_change_module behavior_path_goal_planner_module behavior_path_lane_change_module behavior_path_planner behavior_path_planner_common behavior_path_side_shift_module behavior_path_start_planner_module behavior_velocity_blind_spot_module behavior_velocity_crosswalk_module behavior_velocity_detection_area_module behavior_velocity_intersection_module behavior_velocity_no_drivable_lane_module behavior_velocity_no_stopping_area_module behavior_velocity_occlusion_spot_module behavior_velocity_out_of_lane_module behavior_velocity_planner behavior_velocity_planner_common behavior_velocity_run_out_module behavior_velocity_speed_bump_module behavior_velocity_stop_line_module behavior_velocity_template_module behavior_velocity_traffic_light_module behavior_velocity_virtual_traffic_light_module behavior_velocity_walkway_module costmap_generator external_velocity_limit_selector freespace_planner freespace_planning_algorithms mission_planner motion_velocity_smoother objects_of_interest_marker_interface obstacle_avoidance_planner obstacle_cruise_planner obstacle_stop_planner obstacle_velocity_limiter path_smoother planning_debug_tools planning_test_utils planning_topic_converter planning_validator route_handler rtc_interface rtc_replayer bezier_sampler frenet_planner path_sampler sampler_common scenario_selector static_centerline_optimizer surround_obstacle_checker gnss_poser image_diagnostics image_transport_decompressor imu_corrector livox_tag_filter pointcloud_preprocessor radar_scan_to_pointcloud2 radar_static_pointcloud_filter radar_threshold_filter radar_tracks_noise_filter tier4_pcl_extensions vehicle_velocity_converter autoware_auto_msgs_adapter bluetooth_monitor component_state_monitor default_ad_api ad_api_adaptors ad_api_visualizers automatic_pose_initializer diagnostic_graph_aggregator dummy_diag_publisher dummy_infrastructure duplicated_node_checker emergency_handler mrm_comfortable_stop_operator mrm_emergency_stop_operator system_error_monitor system_monitor topic_state_monitor velodyne_monitor accel_brake_map_calibrator external_cmd_converter raw_vehicle_cmd_converter steer_offset_estimator vehicle_info_util launch launch_ros autoware_ad_api_specs autoware_adapi_v1_msgs autoware_adapi_version_msgs autoware_auto_common autoware_auto_geometry autoware_auto_control_msgs autoware_auto_geometry_msgs autoware_auto_mapping_msgs autoware_auto_msgs autoware_auto_perception_msgs autoware_auto_planning_msgs autoware_auto_system_msgs autoware_auto_vehicle_msgs autoware_auto_perception_rviz_plugin autoware_auto_tf2 autoware_cmake autoware_lint_common autoware_utils lanelet2_extension autoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_vehicle_msgs autoware_point_types autoware_testing bag_time_manager_rviz_plugin component_interface_specs component_interface_tools component_interface_utils cuda_utils fake_test_node geography_utils global_parameter_loader glog_component goal_distance_calculator grid_map_utils interpolation kalman_filter motion_utils object_recognition_utils osqp_interface path_distance_calculator perception_utils polar_grid qp_interface rtc_manager_rviz_plugin signal_processing tensorrt_common tier4_adapi_rviz_plugin tier4_api_utils tier4_automatic_goal_rviz_plugin tier4_autoware_utils tier4_calibration_rviz_plugin tier4_camera_view_rviz_plugin tier4_control_rviz_plugin tier4_datetime_rviz_plugin tier4_debug_rviz_plugin tier4_debug_tools tier4_localization_rviz_plugin tier4_perception_rviz_plugin tier4_planning_rviz_plugin tier4_screen_capture_rviz_plugin tier4_simulated_clock_rviz_plugin tier4_state_rviz_plugin tier4_system_rviz_plugin tier4_target_object_type_rviz_plugin tier4_traffic_light_rviz_plugin tier4_vehicle_rviz_plugin time_utils simulator_compatibility_test traffic_light_recognition_marker_publisher traffic_light_utils tvm_utility dma_customer_msg dma_transfer eagleye_coordinate eagleye_navigation eagleye_msgs eagleye_rt eagleye_can_velocity_converter eagleye_fix2kml eagleye_geo_pose_converter eagleye_geo_pose_fusion eagleye_gnss_converter eagleye_tf llh_converter morai_msgs mussp ndt_omp orocos_kdl python_orocos_kdl pointcloud_to_laserscan rtklib_bridge rtklib_msgs autoware_external_api_msgs autoware_iv_external_api_adaptor autoware_iv_internal_api_adaptor awapi_awiv_adapter tier4_api_msgs tier4_auto_msgs_converter tier4_control_msgs tier4_debug_msgs tier4_external_api_msgs tier4_hmi_msgs tier4_localization_msgs tier4_map_msgs tier4_perception_msgs tier4_planning_msgs tier4_rtc_msgs tier4_simulation_msgs tier4_system_msgs tier4_v2x_msgs tier4_vehicle_msgs io_opt tier4_autoware_api_launch tier4_control_launch tier4_localization_launch tier4_map_launch tier4_perception_launch tier4_planning_launch tier4_sensing_launch tier4_simulator_launch tier4_system_launch tier4_vehicle_launch fastrtps cyclonedds lanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation sophus angles behaviortree_cpp_v3 bond bond_core bondcpp bondpy smclib test_bond cudnn_cmake_module diagnostic_aggregator diagnostic_common_diagnostics diagnostic_updater diagnostics self_test filters geodesy geographic_info geographic_msgs grid_map grid_map_cmake_helpers grid_map_core grid_map_costmap_2d grid_map_cv grid_map_demos grid_map_filters grid_map_loader grid_map_msgs grid_map_octomap grid_map_pcl grid_map_ros grid_map_rviz_plugin grid_map_sdf grid_map_visualization mrt_cmake_modules nav2_amcl nav2_behavior_tree nav2_behaviors nav2_bringup nav2_bt_navigator nav2_collision_monitor nav2_common nav2_controller nav2_core nav2_costmap_2d costmap_queue dwb_core dwb_critics dwb_msgs dwb_plugins nav2_dwb_controller nav_2d_msgs nav_2d_utils nav2_lifecycle_manager nav2_map_server nav2_msgs nav2_navfn_planner nav2_planner nav2_regulated_pure_pursuit_controller nav2_rotation_shim_controller nav2_rviz_plugins nav2_simple_commander nav2_smac_planner nav2_smoother nav2_system_tests nav2_theta_star_planner nav2_util nav2_velocity_smoother nav2_voxel_grid nav2_waypoint_follower navigation2 dynamic_edt_3d octomap octovis octomap_msgs osqp_vendor pacmod3_msgs pcl_msgs pcl_conversions pcl_ros perception_pcl point_cloud_msg_wrapper radar_msgs can_msgs rqt_tf_tree tensorrt_cmake_module topic_tools topic_tools_interfaces tvm_vendor cv_bridge image_geometry opencv_tests vision_opencv xacro rviz2 rviz_assimp_vendor rviz_common rviz_default_plugins rviz_ogre_vendor rviz_rendering rviz_rendering_tests rviz_visual_testing_framework dummy_perception_publisher fault_injection simple_planning_simulator classformsg node_v2x image_view v4l2_camera can_interface_custom cgi430_can_driver cgi610_driver ARS408_driver data_format_dump data_preprocess_launch lidar_centerpoint_collect lidar_saver message_sync time_cal camera_calibration direct_visual_lidar_calibration multi_lidar_calibration

Package Summary

Tags No category tags.
Version 3.0.0
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ieiauto/autodrrt.git
VCS Type git
VCS Version main
Last Updated 2024-09-19
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Brice Rebsamen
  • Austin Hendrix
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen
README
No README found. See repository README.
CHANGELOG

Changelog for package self_test

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)
  • Contributors: Karsten Knese

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version noetic-devel
Last Updated 2024-04-26
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.11.0 (2021-12-31)

1.10.4 (2021-03-14)

1.10.3 (2020-12-05)

  • Set cmake_policy CMP0054 to NEW
  • Update maintainer info
  • Contributors: gemignani

1.10.2 (2020-09-03)

1.10.1 (2020-08-20)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.10.0 (2020-08-11)

  • Make Guglielmo Gemignani ROS1 maintainer (#155)
  • Contributors: Guglielmo Gemignani

1.9.4 (2020-04-01)

  • noetic release (#136)
  • Contributors: Alejandro Hernández Cordero

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

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.

self_test package from diagnostics repo

diagnostic_updater self_test

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version eloquent
Last Updated 2019-12-09
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Brice Rebsamen
  • Austin Hendrix
  • Karsten Knese

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

2.0.1 (2019-12-09)

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

self_test package from diagnostics repo

diagnostic_updater self_test

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version dashing
Last Updated 2019-09-03
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Brice Rebsamen
  • Austin Hendrix
  • Karsten Knese

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.3
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version galactic
Last Updated 2023-01-09
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Brice Rebsamen
  • Austin Hendrix
  • Karsten Knese

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)
  • Contributors: Karsten Knese

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.4.2
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version ros2
Last Updated 2025-03-12
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Austin Hendrix
  • Brice Rebsamen
  • Christian Henkel
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen

General information about this repository, including legal information, build instructions and known issues/limitations, are given in README.md in the repository root.

The self_test package

This package can be used to implement self tests for ROS packages.

Overview

It publishes a service for the node to call to perform the self test. This then performs multiple user-defined checks on the node and reports the results.

Example

The file selftest_example.cpp contains an example of how to use the self_test package.

When we then call $ ros2 run self_test run_selftest we get the following output:

[INFO] [...] [...]: Self test FAILED for device with id: [12345]
[INFO] [...] [...]: 1) Pretest
[INFO] [...] [...]: 	Pretest completed successfully.
[INFO] [...] [...]: 2) ID Lookup
[INFO] [...] [...]: 	ID Lookup successful
[INFO] [...] [...]: 3) Exception generating test
[ERROR] [...] [...]: 	Uncaught exception: we did something that threw an exception
[INFO] [...] [...]: 4) Value generating test
[INFO] [...] [...]: 	We successfully changed the value.
[INFO] [...] [...]: 	[some value] 42
[INFO] [...] [...]: 5) Value testing test
[INFO] [...] [...]: 	We observed the change in value

C++ API

The TestRunner class is the main class for self tests. It has a method _add which must be used to add the specific test as callback methods. The TestRunner then advertises the relevant self_test service and calls the aforemntioned callbacks when requested.

Nodes

run_selftest

This node is used to call the self test service.

CHANGELOG

Changelog for package self_test

4.4.2 (2025-02-10)

4.3.1 (2024-07-30)

3.2.1 (2024-06-27)

  • Building in docker (#335)
  • Contributors: Christian Henkel

3.2.0 (2024-03-22)

  • Self test publishes the service under the node name, again (#269)
  • Contributors: Christian Henkel

3.1.2 (2023-03-24)

3.1.1 (2023-03-16)

  • Secretly supporting galactic (#295)
  • exporting includes (#292)
  • Maintainer update
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.1.0 (2023-01-26)

  • Merge of foxy and humble history into rolling for future maintenance from one branch only.
  • Adding READMEs to the repo (#270)
  • License fixes (#263)
  • Fix/cleanup ros1 (#257)
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)

* Contributors: Karsten Knese 2.0.9 (2022-11-12) ------------------

2.0.8 (2021-08-03)

2.0.7 (2021-03-04)

2.0.6 (2021-01-28)

2.0.5 (2021-01-06)

2.0.4 (2020-08-05)

2.0.3 (2020-07-09)

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 4.1.2
License BSD-3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version ros2-iron
Last Updated 2025-02-10
Dev Status MAINTAINED
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

self_test

Additional Links

Maintainers

  • Austin Hendrix
  • Brice Rebsamen
  • Christian Henkel
  • Ralph Lange

Authors

  • Jeremy Leibs and Blaise Gassend
  • Kevin Watts
  • Brice Rebsamen

General information about this repository, including legal information, build instructions and known issues/limitations, are given in README.md in the repository root.

The self_test package

This package can be used to implement self tests for ROS packages.

Overview

It publishes a service for the node to call to perform the self test. This then performs multiple user-defined checks on the node and reports the results.

Example

The file selftest_example.cpp contains an example of how to use the self_test package.

When we then call $ ros2 run self_test run_selftest we get the following output:

[INFO] [...] [...]: Self test FAILED for device with id: [12345]
[INFO] [...] [...]: 1) Pretest
[INFO] [...] [...]: 	Pretest completed successfully.
[INFO] [...] [...]: 2) ID Lookup
[INFO] [...] [...]: 	ID Lookup successful
[INFO] [...] [...]: 3) Exception generating test
[ERROR] [...] [...]: 	Uncaught exception: we did something that threw an exception
[INFO] [...] [...]: 4) Value generating test
[INFO] [...] [...]: 	We successfully changed the value.
[INFO] [...] [...]: 	[some value] 42
[INFO] [...] [...]: 5) Value testing test
[INFO] [...] [...]: 	We observed the change in value

C++ API

The TestRunner class is the main class for self tests. It has a method _add which must be used to add the specific test as callback methods. The TestRunner then advertises the relevant self_test service and calls the aforemntioned callbacks when requested.

Nodes

run_selftest

This node is used to call the self test service.

CHANGELOG

Changelog for package self_test

4.1.2 (2025-02-10)

3.2.0 (2024-03-22)

  • Self test publishes the service under the node name, again (#269)
  • Contributors: Christian Henkel

3.1.2 (2023-03-24)

3.1.1 (2023-03-16)

  • Secretly supporting galactic (#295)
  • exporting includes (#292)
  • Maintainer update
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.1.0 (2023-01-26)

  • Merge of foxy and humble history into rolling for future maintenance from one branch only.
  • Adding READMEs to the repo (#270)
  • License fixes (#263)
  • Fix/cleanup ros1 (#257)
  • Contributors: Austin, Christian Henkel, Ralph Lange

3.0.0 (2022-06-10)

  • Return the actual future from async_send_request (#209)
  • Contributors: Chris Lalancette

2.1.3 (2021-08-03)

2.1.2 (2021-03-03)

2.1.1 (2021-01-28)

2.1.0 (2021-01-12)

  • Update to latest ros2 rolling. (#177)

* Contributors: Karsten Knese 2.0.9 (2022-11-12) ------------------

2.0.8 (2021-08-03)

2.0.7 (2021-03-04)

2.0.6 (2021-01-28)

2.0.5 (2021-01-06)

2.0.4 (2020-08-05)

2.0.3 (2020-07-09)

2.0.2 (2020-06-03)

  • 2.0.2 Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • generate changelog Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • fix linters (#134) Signed-off-by: Karsten Knese <<karsten.knese@us.bosch.com>>
  • Contributors: Karsten Knese

2.0.1 (2020-06-03)

  • fix linters (#134)
  • Contributors: Karsten Knese

2.0.0 (2019-09-03)

  • Migrate self_test to ros2 (#104)
  • Make Karsten Knese maintainer for ros2 branches #115
  • Contributors: Austin, Karsten Knese

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Dependant Packages

Name Deps
diagnostics

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.9.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version indigo-devel
Last Updated 2020-10-06
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.9.7 (2020-09-03)

1.9.6 (2020-08-18)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.9.5 (2020-08-10)

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.9.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version indigo-devel
Last Updated 2020-10-06
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.9.7 (2020-09-03)

1.9.6 (2020-08-18)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.9.5 (2020-08-10)

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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

No direct system dependencies.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.9.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version indigo-devel
Last Updated 2020-10-06
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.9.7 (2020-09-03)

1.9.6 (2020-08-18)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.9.5 (2020-08-10)

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.8.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version hydro-devel
Last Updated 2015-08-07
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Brice Rebsamen
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

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.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.9.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version indigo-devel
Last Updated 2020-10-06
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.9.7 (2020-09-03)

1.9.6 (2020-08-18)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.9.5 (2020-08-10)

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.9.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/diagnostics.git
VCS Type git
VCS Version indigo-devel
Last Updated 2020-10-06
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

self_test

Additional Links

Maintainers

  • Guglielmo Gemignani
  • Austin Hendrix

Authors

  • Kevin Watts
  • Brice Rebsamen
  • Jeremy Leibs and Blaise Gassend
README
No README found. No README in repository either.
CHANGELOG

Changelog for package self_test

1.9.7 (2020-09-03)

1.9.6 (2020-08-18)

  • Fix GCC warnings with -Wpedantic (#124)
  • Contributors: Jacob Perron

1.9.5 (2020-08-10)

1.9.3 (2018-05-02)

1.9.2 (2017-07-15)

1.9.1 (2017-07-15)

1.9.0 (2017-04-25)

1.8.10 (2016-06-14)

1.8.9 (2016-03-02)

1.8.8 (2015-08-06)

1.8.7 (2015-01-09)

  • Upgrade to gtest 1.7.0
  • Contributors: trainman419

1.8.6 (2014-12-10)

1.8.5 (2014-07-29)

  • Include gtest source directly
  • Contributors: trainman419

1.8.4 (2014-07-24 20:51)

  • Remove stray architechture_independent flags This flag should be used for package which do not contain architecture-specific files. Compiled binaries are such a file, and these packages contain them.
  • Contributors: Scott K Logan

1.8.3 (2014-04-23)

  • Install selftest_rostest
  • Contributors: Austin Hendrix

1.8.2 (2014-04-08)

  • Fix linking. All tests pass. Fixes #12
  • Most tests pass
  • Fix private nodehandle bug
  • Protect tests behind CATKIN_ENABLE_TESTING. Fixes #13
  • Install self test executables. Fixes #16
  • Contributors: Austin Hendrix

1.8.1 (2014-04-07)

  • Add myself as maintainer
  • Added ability to specify the private node handle in TestRunner Also now specify the selftest callback queue on only the service so that it does not apply to the entire node
  • fixed test related issues in some CMakeLists
  • Contributors: Austin Hendrix, Brice Rebsamen, Mitchell Wills

1.8.0 (2013-04-03)

1.7.11 (2014-07-24 20:24)

  • Fix install rules
  • Fix linking on tests
  • Contributors: trainman419

1.7.10 (2013-02-22)

  • Changed package.xml version number before releasing
  • Contributors: Brice Rebsamen

1.7.9 (2012-12-14)

  • add missing dep to catkin
  • Contributors: Dirk Thomas

1.7.8 (2012-12-06)

1.7.7 (2012-11-10)

1.7.6 (2012-11-07 23:32)

  • no library in self test
  • Contributors: Vincent Rabaud

1.7.5 (2012-11-07 21:53)

  • add the missing rostest dependency
  • Contributors: Vincent Rabaud

1.7.4 (2012-11-07 20:18)

1.7.3 (2012-11-04)

1.7.2 (2012-10-30 22:31)

  • fix rostest
  • Contributors: Vincent Rabaud

1.7.1 (2012-10-30 15:30)

  • fix a few things after the first release
  • fix a few things all over
  • Contributors: Vincent Rabaud

1.7.0 (2012-10-29)

  • catkinize the stack
  • use the proper gtest macro
  • Explicitely set selftest_rostest to be in the all target, to fix #3178.
  • Moved failed test message to just after the test, rather than after all the tests in self_test.
  • Eliminated warnings from run_selftest, and made it set its return code based on whether the test passed or not.
  • Undeprecated run_selftest.
  • Added a check in self test for ROS having shut down. Allows a node that is self testing to exit faster on CTRL-C.
  • Unit test files
  • Adding unit tests for self_test
  • Removing deprecated set_status_vec from self_test package
  • Added Ubuntu platform tags to manifest
  • Added removeByName to the self_test example.
  • Added a warning if test passes but setID was not called.
  • Marked diagnostic_updater and self_test as doc reviewed.
  • Tweaked examples and documentation based on doc review feedback.
  • Tweaked package description.
  • Updated manifest documentation and authorship.
  • Added a ROS_INFO at the beginning of each test.
  • Doc review of self test, dox fixes
  • Removed a redundant message, and took out spurious newlines.
  • Added a message at the end of the self-test.
  • Took out all deprecated stuff from self_test
  • Updated review status to API cleared.
  • Fixed example program after rename of self_test::Sequencer
  • Set a timeout of zero to callAvailable in checkTest. Renamed Sequencer to TestRunner.
  • Updated links in main page.
  • Corrected typo in main page.
  • Added main page. Took out threading by putting the self_test service in a separate queue. Created the Sequencer class to replace the now deprecated Dispatcher class. Sequencer is non-templated and does not have an owner member.
  • Made changes related to Nov 1 2009 API review.
  • Replaced sleep with waitForService. Took out delay parameter, added in a max_delay parameter. Took gensrv out of the CMakeLists.txt.
  • Got rid of deprecated access to ~parameters.
  • Updated documentation. Made doTest private as it should be. This should not break anything unless somebody is doing something really strange.
  • Making self_test package build now that ros::Node is gone.
  • Added extra debugging options to self_test and diagnostic_updater. On by default for self_test, off for diagnostic_updater. When on, failing statuses will be printed to the console.
  • updated self_test, diagnostic_updater, dynamic_reconfigure and wge100_camera to use new ~ namespace access method
  • diagnostics 0.1 commit. Removed diagnostic_analyzer/generic_analyzer and integrated into diagnostic_aggregator.
  • Fixed a sneaky bug that had slipped in during the diagnostic conversion. (It would have been easy to catch if Warnings were more prominent.)
  • Fixes for diagnostic_msgs::KeyValue::label -> key
  • Fixed bug in declaration of deprecated class.
  • Deprecated old self_test and diagnostic_updater APIs.
  • Lengthened delay, and made it return a saner failure message if it times out waiting to start the test.
  • Changed nomenclature in driver_base. Renamed method names to use camelCase. Got forearm_node working with driver_base: now appears to be working well.
  • robot_msgs/Diagnostic* to diagnostic_msgs/Diagnostic* and robot_srvs/SelfTest into diagnostic_msgs too
  • Added DiagnosedPublisher and HeaderlessDiagnosedPublisher to automatically publish diagnostics upon publication, and integrated them with the forearm_camera. Started writing an outling of the driver_base classes.
  • Added a selftest_rostest node that wraps a call the self-test service of a node for rostest.
  • Unhid the add method. Renamed the internal add so it does not cause conflicts.
  • Fixed a bug that was causing slow startup on some nodes.
  • Updated to match changes to diagnostic_updater
  • Upgraded self_test to use the NodeHandle API, and to allow more general callback functions.
  • Head and hokuyo impact tests updates
  • Remove all calls to ros::fini()
  • service request/response -> Request/Response
  • Updated for removal of boost and log4cxx as 3rdparty packages
  • Added space after class name
  • roscpp API changes
    • ros::node -> ros::Node
    • ros::msg -> ros::Message
    • deprecated methods removed
    • rosconsole/rosconsole.h -> ros/console.h
    • goodbye rosthread
  • Merge from josh branch... compatibility with roscpp sessions merge and cmake 2.4
  • results from changing ros::Time constructor and all uses of it I can find
  • Self test timeout needed to be as ros::Duration instead.
  • Moving package review status from wiki to manifests
  • fixing usage
  • Add a demonstration of returned value label pairs in the example.
  • Change value_label to label
  • Adding a selftest_example.cpp which shows how to use the SelfTest class.
  • Slightly refactoring self test to make usage more straightforward.
  • Checking in trivial selftest_server
  • Adding selftest executable into self_test package.
  • Changes to make self_test quit-safe.
  • Adding in self_test package to do easy self_tests inside of nodes.
  • Contributors: Vincent Rabaud, blaise, blaisegassend, ehberger, gerkey, jfaustwg, jleibs, leibs, mmwise, rob_wheeler, tfoote, vrabaud, watts, wattsk

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.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_test at Robotics Stack Exchange