No description
![]() * Make sure to delete service_handle when in the Service() destructor. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> * Make sure to delete the allocated rcl_node on error paths. This all happens *before* we setup the shared_ptr destructor, so we have to hand delete in the error paths. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> * Move delete rcl_node up. It turns out that we are always going to throw in that block, and we never access rcl_node, so just delete it very early on. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> |
||
---|---|---|
rclcpp | ||
rclcpp_lifecycle | ||
CONTRIBUTING.md | ||
LICENSE |