Using service client to get data in rviz2 plguin
In a custom rviz2 plugin, I try to display data received by client from server.
I got the following error.
terminate called after throwing an instance of 'std::runtime_error' what(): spin_once() called while already spinning
My code is similar to the following
https://github.com/introlab/rtabmap_r...
Is it possible at the moment to use client in rviz2 plugin to get receive data.
This is related to rviz2 not on user level code.