sequenceplanner/r2r

Is there some thing like ros::ok() or rclcpp::ok() in r2r?

Orca-bit opened this issue · 1 comments

Is there some thing like ros::ok() or rclcpp::ok() in r2r?

So it looks like rclcpp::ok() is basically return context->is_valid();, and context::is_valid does return rcl_context_is_valid(local_rcl_context.get());. So we need to expose rcl_context_is_valid. This should be trivial, I will do it soon.