CallbackQueue for ros2?
Hi! Sorry for all mistakes, English is not my native language. So, I have following code on Noetic
ros::CallbackQueue callnackQueue;
nh.setCallbackQueue(&callnackQueue);
I do bot understand how this two linew should look for Foxy. As far as I can tell there are no CallbackQueue in ros2 anymore. Appreciate any help.
Asked by Edvard on 2022-10-11 11:57:56 UTC
Comments