Check master ros node is started C++
Hello,
Is there a way in C++ to check whether the master ros node is setup? I initially believed ros::init() would return false, but the return type is false...
I have quickly looked on the internet and could find nothing...
Thanks ;)
Anyone for this question?
Please don't post comments or updates as answers. It can be confusing when looking at the questions list (it appears as if the question has already at least one answer). I've moved your answer to the comment section, but please keep it in mind for next time.
got it, thanks.