AsyncRobotState consumes too much CPU load.
The strange thing is that just stopping the call to get_robot_state_async() does not work, but stopping the call to AsyncPeriodcQuery.__init__() does.
--
stop calling AsyncPeriodcQuery.__init__()

stop calling get_robot_state_async()

Profiling results

cc: @sktometometo