rcl/rcl_action
Shane Loretz c5e903a38a
[Foxy backport] Use valid clock in case of issue in rcl_timer_init (#795) Store reference to rcl_clock_t instead of copy (#797) (#805)
* Use valid clock in case of issue in rcl_timer_init (#795)

* Use valid clock in case of issue

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Cleanup

Signed-off-by: Stephen Brawner <brawner@gmail.com>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Store reference to rcl_clock_t instead of copy (#797)

rcl_clock_t can't be trivially copied because adding or removing clock
jump callbacks to a copy will free the pointer held by the original
instance.

Signed-off-by: Shane Loretz<sloretz@openrobotics.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

Co-authored-by: brawner <brawner@gmail.com>
2020-09-23 07:56:42 -07:00
..
include/rcl_action Removed doxygen warnings (#712) (#724) 2020-07-22 15:23:48 +02:00
src/rcl_action [Foxy backport] Use valid clock in case of issue in rcl_timer_init (#795) Store reference to rcl_clock_t instead of copy (#797) (#805) 2020-09-23 07:56:42 -07:00
test/rcl_action Increase test coverage of rcl_action (#663) 2020-05-28 16:02:35 -07:00
CHANGELOG.rst 1.1.7 2020-08-03 14:56:23 -07:00
CMakeLists.txt Increase test coverage of rcl_action (#663) 2020-05-28 16:02:35 -07:00
Doxyfile Removed doxygen warnings (#712) (#724) 2020-07-22 15:23:48 +02:00
package.xml 1.1.7 2020-08-03 14:56:23 -07:00
QUALITY_DECLARATION.md Add Security Vulnerability Policy pointing to REP-2006. (#661) 2020-05-29 16:49:34 -04:00
README.md Included features (#644) 2020-05-08 08:48:03 +02:00

rcl_action

rcl_action provides functionality for ROS 2 actions in C.

Features are described in detail at http://docs.ros2.org

For more information about ROS 2 actions, see: http://design.ros2.org/articles/actions.html

Quality Declaration

This package claims to be in the Quality Level 4 category, see the Quality Declaration for more details.