Package Summary
Tags | No category tags. |
Version | 3.0.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-04-01 |
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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
3.0.2 (2022-04-01)
3.0.1 (2021-01-26)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
3.0.0 (2021-01-26)
- [Fixing CI] using chrono literals for durations from rclcpp API update (#69)
- Contributors: Steve Macenski
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.1.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-06-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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Geoffrey Biggs
Authors
- Michael Carroll
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
4.1.0 (2024-06-03)
- Fix osx and win32 builds (#83)
- [ros2] Update maintainers - 2022-11-07 (#90)
- Contributors: Audrow Nash, Tobias Fischer
4.0.0 (2022-09-01)
- Bond cleanups (#87)
- Modernize rosidl_get_typesupport for Humble+ (#85)
- Contributors: Michael Carroll
3.0.2 (2022-04-01)
3.0.1 (2021-01-26)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
3.0.0 (2021-01-26)
- [Fixing CI] using chrono literals for durations from rclcpp API update (#69)
- Contributors: Steve Macenski
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.1.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-06-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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Geoffrey Biggs
Authors
- Michael Carroll
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
4.1.0 (2024-06-03)
- Fix osx and win32 builds (#83)
- [ros2] Update maintainers - 2022-11-07 (#90)
- Contributors: Audrow Nash, Tobias Fischer
4.0.0 (2022-09-01)
- Bond cleanups (#87)
- Modernize rosidl_get_typesupport for Humble+ (#85)
- Contributors: Michael Carroll
3.0.2 (2022-04-01)
3.0.1 (2021-01-26)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
3.0.0 (2021-01-26)
- [Fixing CI] using chrono literals for durations from rclcpp API update (#69)
- Contributors: Steve Macenski
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 4.1.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-06-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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Geoffrey Biggs
Authors
- Michael Carroll
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
4.1.0 (2024-06-03)
- Fix osx and win32 builds (#83)
- [ros2] Update maintainers - 2022-11-07 (#90)
- Contributors: Audrow Nash, Tobias Fischer
4.0.0 (2022-09-01)
- Bond cleanups (#87)
- Modernize rosidl_get_typesupport for Humble+ (#85)
- Contributors: Michael Carroll
3.0.2 (2022-04-01)
3.0.1 (2021-01-26)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
3.0.0 (2021-01-26)
- [Fixing CI] using chrono literals for durations from rclcpp API update (#69)
- Contributors: Steve Macenski
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.8.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-08-28 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.8.6 (2020-08-28)
- bondpy: Prevent exception in Bond.shutdown() (#62)
- Contributors: Martin Pecka
1.8.5 (2020-05-14)
- Bump CMake minimum version to use CMP0048 (#58)
- Contributors: Michael Carroll
1.8.4 (2020-02-24)
- Make Michael Carroll the maintainer (#40)
- Contributors: Mikael Arguedas
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
bondcpp | |
cmake_modules | |
message_generation | |
rostest | |
catkin | |
bondpy |
System Dependencies
Name |
---|
uuid |
Dependant Packages
No known dependants.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond 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.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
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/bond_core.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2020-11-05 |
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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
uuid |
Dependant Packages
Name | Deps |
---|---|
bond_core |
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 3.0.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-04-01 |
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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
3.0.2 (2022-04-01)
3.0.1 (2021-01-26)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
3.0.0 (2021-01-26)
- [Fixing CI] using chrono literals for durations from rclcpp API update (#69)
- Contributors: Steve Macenski
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.1.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2021-05-28 |
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
Contains tests for [[bond]], including tests for [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
READ ME
This document contains the steps to execute few tests.
1. Build the package
colcon build
2. Do the test
colcon test
3. The executable are generated follow the below steps to run tests.
3.1 source local setup
source install/local_setup.sh
3.2 run the executables.
./install/test_bond/lib/test_bond/exercise_bond_cpp_exc
./install/test_bond/lib/test_bond/test_callbacks_cpp_exc
CHANGELOG
Changelog for package test_bond
2.1.0 (2021-05-28)
- Add build dependencies on pkg-config.
- Contributors: Chris Lalancette
2.0.0 (2020-11-05)
- Lifecycle support 2 (#67)
- find uuid correctly on ubuntu and osx (#55)
- Ros2 devel (#54)
- Make Michael Carroll the maintainer (#40)
- Contributors: Karsten Knese, Mikael Arguedas, Steve Macenski
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
builtin_interfaces | |
std_msgs | |
rclcpp_lifecycle | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
bond | |
bondcpp | |
rclcpp |
System Dependencies
Name |
---|
pkg-config |
uuid |
Dependant Packages
Name | Deps |
---|---|
bond_core |
Launch files
No launch files found
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.8.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-08-28 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.8.6 (2020-08-28)
- bondpy: Prevent exception in Bond.shutdown() (#62)
- Contributors: Martin Pecka
1.8.5 (2020-05-14)
- Bump CMake minimum version to use CMP0048 (#58)
- Contributors: Michael Carroll
1.8.4 (2020-02-24)
- Make Michael Carroll the maintainer (#40)
- Contributors: Mikael Arguedas
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
bondcpp | |
cmake_modules | |
message_generation | |
rostest | |
catkin | |
bondpy |
System Dependencies
Name |
---|
uuid |
Dependant Packages
No known dependants.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.7.20 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | groovy-devel |
Last Updated | 2018-10-09 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.7.20 (2017-12-18)
- fix package.xml to comply with schema (#31)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python 3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
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.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.7.20 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | groovy-devel |
Last Updated | 2018-10-09 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.7.20 (2017-12-18)
- fix package.xml to comply with schema (#31)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python 3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
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.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.7.20 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | groovy-devel |
Last Updated | 2018-10-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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.7.20 (2017-12-18)
- fix package.xml to comply with schema (#31)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python 3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
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.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.8.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-08-28 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.8.6 (2020-08-28)
- bondpy: Prevent exception in Bond.shutdown() (#62)
- Contributors: Martin Pecka
1.8.5 (2020-05-14)
- Bump CMake minimum version to use CMP0048 (#58)
- Contributors: Michael Carroll
1.8.4 (2020-02-24)
- Make Michael Carroll the maintainer (#40)
- Contributors: Mikael Arguedas
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
bondcpp | |
cmake_modules | |
message_generation | |
rostest | |
catkin | |
bondpy |
System Dependencies
Name |
---|
uuid |
Dependant Packages
No known dependants.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.
Recent questions tagged test_bond at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.8.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/bond_core.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-08-28 |
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
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Additional Links
Maintainers
- Michael Carroll
Authors
- Stuart Glaser
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package test_bond
1.8.6 (2020-08-28)
- bondpy: Prevent exception in Bond.shutdown() (#62)
- Contributors: Martin Pecka
1.8.5 (2020-05-14)
- Bump CMake minimum version to use CMP0048 (#58)
- Contributors: Michael Carroll
1.8.4 (2020-02-24)
- Make Michael Carroll the maintainer (#40)
- Contributors: Mikael Arguedas
1.8.3 (2018-08-17)
- Fix build issue on Windows
(#38)
- Fix build issue on Windows
- indent for better readability
- Contributors: Johnson Shih
1.8.2 (2018-04-27)
- uuid dependency fixup
(#36)
- dont export uuid dependency as this isnt anywhere in the public api
- fixx uuid dependency in test_bond as well
- Contributors: Mikael Arguedas
1.8.1 (2017-10-27)
- fix package.xml to comply with schema (#30)
- Contributors: Mikael Arguedas
1.8.0 (2017-07-27)
- C++ style (#28)
- switch to package format 2 (#27)
- Closer to pep8 compliance (#25)
- Python3 compatibility (#24)
- Contributors: Mikael Arguedas
1.7.19 (2017-03-27)
1.7.18 (2016-10-24)
- fix -isystem /usr/include build breakage in gcc6
- Contributors: Mikael Arguedas
1.7.17 (2016-03-15)
- update maintainer
- Made code a bit more readable #12
- Contributors: Esteve Fernandez, Mikael Arguedas
1.7.16 (2014-10-30)
1.7.15 (2014-10-28)
1.7.14 (2014-05-08)
- Update maintainer field
- Contributors: Esteve Fernandez, Vincent Rabaud
1.7.13 (2013-08-21)
- update check for CATKIN_ENABLE_TESTING to work with isolated built
- check for CATKIN_ENABLE_TESTING
- Contributors: Dirk Thomas
1.7.12 (2013-06-06)
- fix dependency on exported targets if the variable is empty for the test package
- use EXPORTED_TARGETS variable instead of explicit target names
- Contributors: Dirk Thomas
1.7.11 (2013-03-13)
1.7.10 (2013-01-13)
1.7.9 (2012-12-27)
- fix wrong import of bondpy
- increase timeout for test
- modified dep type of catkin
- Contributors: Dirk Thomas
1.7.8 (2012-12-13)
1.7.7 (2012-12-06)
- Updated url tags in package.xml's #1
- Contributors: William Woodall
1.7.6 (2012-10-30)
- fix catkin function order
- Contributors: Dirk Thomas
1.7.5 (2012-10-27)
- clean up package.xml files
- fixed dep to rostest
- fixed python module import
- fixed test registration in cmake
- fixed compiling tests
- Contributors: Dirk Thomas
1.7.4 (2012-10-06)
1.7.3 (2012-10-02 00:19)
1.7.2 (2012-10-02 00:06)
- add the missing catkin dependency
- Contributors: Vincent Rabaud
1.7.1 (2012-10-01 19:00)
1.7.0 (2012-10-01 16:51)
- catkinize the package and bump to 1.7.0 even though it is not tagged yet
- bondpy tests now cleanly shutdown any bonds that they create. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036309
- Reverting all changes that were meant to debug test failures on the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036308
- More testing bond on the build farm: being careful to shutdown bond instances between tests. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036300
- Bond: debug info about status message. Still tracking down test errors on the build farm --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036256
- More debug info for tracking down test failures in the build farm. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036255
- Changed exercise_bond.py to print more information on failure in order to debug test failures that only occur on the build machines. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036253
- Bond tester was spewing warning messages even when successful --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036126
- Added global "bond_disable_heartbeat_timeout" parameter --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4036106
- Creating package descriptions for bondpy, bondcpp, and test_bond. --HG--extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4035354
- Renamed bondtest to test_bond (#4435) --HG--rename : bondtest/CMakeLists.txt => test_bond/CMakeLists.txt rename : bondtest/Makefile => test_bond/Makefile rename : bondtest/mainpage.dox => test_bond/mainpage.dox rename : bondtest/manifest.xml => test_bond/manifest.xml rename : bondtest/scripts/BondSM_sm.py => test_bond/scripts/BondSM_sm.py rename : bondtest/scripts/tester.py => test_bond/scripts/tester.py rename : bondtest/srv/TestBond.srv => test_bond/srv/TestBond.srv rename : bondtest/test/exercise_bond.cpp => test_bond/test/exercise_bond.cpp rename : bondtest/test/exercise_bond.py => test_bond/test/exercise_bond.py rename : bondtest/test/test_callbacks_cpp.cpp => test_bond/test/test_callbacks_cpp.cpp rename : bondtest/test/test_callbacks_py.py => test_bond/test/test_callbacks_py.py extra : convert_revision : svn%3Aeb33c2ac-9c88-4c90-87e0-44a10359b0c3/stacks/common/trunk%4032810
- Contributors: Vincent Rabaud, sglaser
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
bondcpp | |
cmake_modules | |
message_generation | |
rostest | |
catkin | |
bondpy |
System Dependencies
Name |
---|
uuid |
Dependant Packages
No known dependants.
Launch files
Messages
No message files found.
Services
Plugins
No plugins found.